Html Css Color HEX #41EAFC Turquoise

📋 copy color: '#41EAFC'

red 65 ◦ green 234 ◦ blue 252

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

Shades of Turquoise #41EAFC

Tints of Turquoise #41EAFC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.47%

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

R = 11.8%
G = 42.47%
B = 45.74%

CMYK

 C value IS 0.74

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#41EAFC (or 0x41EAFC) is known color: Turquoise. HEX triplet: 41, EA and FC. RGB value is (65,234,252). Sum of RGB (Red+Green+Blue) = 65+234+252=551 (72% of max value = 765). Red value is 65 (25.78% from 255 or 11.80% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #41EAFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41EAFC is #BE1503. Grayscale: #B9B9B9. Windows color (decimal): -12457220 or 16575041. OLE color: 16575041.

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

Color convert

RGB 65 234 252 -
CMYK 0.74 0.07 0 0.01
HSL 185.78º 0.97% 0.62% -
HSV(B) 185.78º 0.74% 0.99% -
XYZ 49.17 67 102.44 -
YUV 185.52 165.51 42.04 -
System Red Green Blue C M Y K H S L
Decimal 65 234 252 0.74 0.07 0 0.01 185.78 0.97 0.62
Hex 41 EA FC 4A 7 0 1 BA 61 3E
Octal 101 352 374 112 7 0 1 272 141 76
Binary 1000001 11101010 11111100 1001010 111 0 1 10111010 1100001 111110

Color Harmonies of #41EAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EAFC

Black with #41EAFC

Text Example


Text Example

White with #41EAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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