Html Css Color HEX #41D8FC Turquoise Blue

📋 copy color: '#41D8FC'

red 65 ◦ green 216 ◦ blue 252

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

Shades of Turquoise Blue #41D8FC

Tints of Turquoise Blue #41D8FC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.53%

 BLUE value IS 252 (98.83% from 255) = 47.28%

R = 12.2%
G = 40.53%
B = 47.28%

CMYK

 C value IS 0.74

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#41D8FC (or 0x41D8FC) is known color: Turquoise Blue. HEX triplet: 41, D8 and FC. RGB value is (65,216,252). Sum of RGB (Red+Green+Blue) = 65+216+252=533 (70% of max value = 765). Red value is 65 (25.78% from 255 or 12.20% from 533); Green value is 216 (84.77% from 255 or 40.53% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #41D8FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #41D8FC is #BE2703. Grayscale: #AEAEAE. Windows color (decimal): -12461828 or 16570433. OLE color: 16570433.

HSL color Cylindrical-coordinate representation of color #41D8FC: hue angle of 191.55º degrees, saturation: 0.97, 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 #41D8FC is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 65 216 252 -
CMYK 0.74 0.14 0 0.01
HSL 191.55º 0.97% 0.62% -
HSV(B) 191.55º 0.74% 0.99% -
XYZ 44.31 57.26 100.81 -
YUV 174.96 171.47 49.57 -
System Red Green Blue C M Y K H S L
Decimal 65 216 252 0.74 0.14 0 0.01 191.55 0.97 0.62
Hex 41 D8 FC 4A E 0 1 C0 61 3E
Octal 101 330 374 112 16 0 1 300 141 76
Binary 1000001 11011000 11111100 1001010 1110 0 1 11000000 1100001 111110

Color Harmonies of #41D8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D8FC

Black with #41D8FC

Text Example


Text Example

White with #41D8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,216,252); }

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

background-color css

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

 a { background-color: rgb(65,216,252); }

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

border-color css

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

 span { border-color: rgb(65,216,252); }

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