Html Css Color HEX #41DEFF Turquoise Blue

📋 copy color: '#41DEFF'

red 65 ◦ green 222 ◦ blue 255

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

Shades of Turquoise Blue #41DEFF

Tints of Turquoise Blue #41DEFF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.96%

 BLUE value IS 255 (100% from 255) = 47.05%

R = 11.99%
G = 40.96%
B = 47.05%

CMYK

 C value IS 0.75

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#41DEFF (or 0x41DEFF) is known color: Turquoise Blue. HEX triplet: 41, DE and FF. RGB value is (65,222,255). Sum of RGB (Red+Green+Blue) = 65+222+255=542 (71% of max value = 765). Red value is 65 (25.78% from 255 or 11.99% from 542); Green value is 222 (87.11% from 255 or 40.96% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #41DEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41DEFF is #BE2100. Grayscale: #B2B2B2. Windows color (decimal): -12460289 or 16768577. OLE color: 16768577.

HSL color Cylindrical-coordinate representation of color #41DEFF: hue angle of 190.42º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41DEFF is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 65 222 255 -
CMYK 0.75 0.13 0 0
HSL 190.42º 1% 0.63% -
HSV(B) 190.42º 0.75% 1% -
XYZ 46.35 60.59 103.86 -
YUV 178.82 170.99 46.82 -
System Red Green Blue C M Y K H S L
Decimal 65 222 255 0.75 0.13 0 0 190.42 1 0.63
Hex 41 DE FF 4B D 0 0 BE 64 3F
Octal 101 336 377 113 15 0 0 276 144 77
Binary 1000001 11011110 11111111 1001011 1101 0 0 10111110 1100100 111111

Color Harmonies of #41DEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DEFF

Black with #41DEFF

Text Example


Text Example

White with #41DEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,222,255); }

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

background-color css

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

 a { background-color: rgb(65,222,255); }

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

border-color css

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

 span { border-color: rgb(65,222,255); }

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