Html Css Color HEX #41EFFC Turquoise

📋 copy color: '#41EFFC'

red 65 ◦ green 239 ◦ blue 252

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

Shades of Turquoise #41EFFC

Tints of Turquoise #41EFFC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.99%

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

R = 11.69%
G = 42.99%
B = 45.32%

CMYK

 C value IS 0.74

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#41EFFC (or 0x41EFFC) is known color: Turquoise. HEX triplet: 41, EF and FC. RGB value is (65,239,252). Sum of RGB (Red+Green+Blue) = 65+239+252=556 (73% of max value = 765). Red value is 65 (25.78% from 255 or 11.69% from 556); Green value is 239 (93.75% from 255 or 42.99% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #41EFFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41EFFC is #BE1003. Grayscale: #BCBCBC. Windows color (decimal): -12455940 or 16576321. OLE color: 16576321.

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

Color convert

RGB 65 239 252 -
CMYK 0.74 0.05 0 0.01
HSL 184.17º 0.97% 0.62% -
HSV(B) 184.17º 0.74% 0.99% -
XYZ 50.62 69.89 102.92 -
YUV 188.46 163.85 39.94 -
System Red Green Blue C M Y K H S L
Decimal 65 239 252 0.74 0.05 0 0.01 184.17 0.97 0.62
Hex 41 EF FC 4A 5 0 1 B8 61 3E
Octal 101 357 374 112 5 0 1 270 141 76
Binary 1000001 11101111 11111100 1001010 101 0 1 10111000 1100001 111110

Color Harmonies of #41EFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EFFC

Black with #41EFFC

Text Example


Text Example

White with #41EFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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