Html Css Color HEX #41EDFD Turquoise

📋 copy color: '#41EDFD'

red 65 ◦ green 237 ◦ blue 253

#41EDFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #41EDFD

Tints of Turquoise #41EDFD

RGB

 RED value IS 65 (25.78% from 255) = 11.71%

 GREEN value IS 237 (92.97% from 255) = 42.7%

 BLUE value IS 253 (99.22% from 255) = 45.59%

R = 11.71%
G = 42.7%
B = 45.59%

CMYK

 C value IS 0.74

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#41EDFD (or 0x41EDFD) is known color: Turquoise. HEX triplet: 41, ED and FD. RGB value is (65,237,253). Sum of RGB (Red+Green+Blue) = 65+237+253=555 (73% of max value = 765). Red value is 65 (25.78% from 255 or 11.71% from 555); Green value is 237 (92.97% from 255 or 42.70% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #41EDFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41EDFD is #BE1202. Grayscale: #BBBBBB. Windows color (decimal): -12456451 or 16641345. OLE color: 16641345.

HSL color Cylindrical-coordinate representation of color #41EDFD: hue angle of 185.11º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41EDFD is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 65 237 253 -
CMYK 0.74 0.06 0 0.01
HSL 185.11º 0.98% 0.62% -
HSV(B) 185.11º 0.74% 0.99% -
XYZ 50.19 68.78 103.56 -
YUV 187.4 165.02 40.7 -
System Red Green Blue C M Y K H S L
Decimal 65 237 253 0.74 0.06 0 0.01 185.11 0.98 0.62
Hex 41 ED FD 4A 6 0 1 B9 62 3E
Octal 101 355 375 112 6 0 1 271 142 76
Binary 1000001 11101101 11111101 1001010 110 0 1 10111001 1100010 111110

Color Harmonies of #41EDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EDFD

Black with #41EDFD

Text Example


Text Example

White with #41EDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41EDFD; }

 p { color: rgb(65,237,253); }

 H1.HeaderClassName
 {
   color: #41EDFD;
 }
 .AnyTagClassName
 {
   color: #41EDFD;
 }
</style>

background-color css

<style>
 a { background-color: #41EDFD; }

 a { background-color: rgb(65,237,253); }

 div.DivClassName
 {
   background-color: #41EDFD;
 }
 .BgClassName
 {
   background-color: #41EDFD;
 }
</style>

border-color css

<style>
 span { border-color: #41EDFD; }

 span { border-color: rgb(65,237,253); }

 td.TdClassName
 {
   border-color: #41EDFD;
 }
 .TagClassName
 {
   border-color: #41EDFD;
 }
</style>