Html Css Color HEX #42ECFC Turquoise

📋 copy color: '#42ECFC'

red 66 ◦ green 236 ◦ blue 252

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

Shades of Turquoise #42ECFC

Tints of Turquoise #42ECFC

RGB

 RED value IS 66 (26.17% from 255) = 11.91%

 GREEN value IS 236 (92.58% from 255) = 42.6%

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

R = 11.91%
G = 42.6%
B = 45.49%

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

#42ECFC (or 0x42ECFC) is known color: Turquoise. HEX triplet: 42, EC and FC. RGB value is (66,236,252). Sum of RGB (Red+Green+Blue) = 66+236+252=554 (73% of max value = 765). Red value is 66 (26.17% from 255 or 11.91% from 554); Green value is 236 (92.58% from 255 or 42.60% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #42ECFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42ECFC is #BD1303. Grayscale: #BABABA. Windows color (decimal): -12391172 or 16575554. OLE color: 16575554.

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

Color convert

RGB 66 236 252 -
CMYK 0.74 0.06 0 0.01
HSL 185.16º 0.97% 0.62% -
HSV(B) 185.16º 0.74% 0.99% -
XYZ 49.81 68.18 102.63 -
YUV 186.99 164.68 41.7 -
System Red Green Blue C M Y K H S L
Decimal 66 236 252 0.74 0.06 0 0.01 185.16 0.97 0.62
Hex 42 EC FC 4A 6 0 1 B9 61 3E
Octal 102 354 374 112 6 0 1 271 141 76
Binary 1000010 11101100 11111100 1001010 110 0 1 10111001 1100001 111110

Color Harmonies of #42ECFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42ECFC

Black with #42ECFC

Text Example


Text Example

White with #42ECFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42ECFC; }

 p { color: rgb(66,236,252); }

 H1.HeaderClassName
 {
   color: #42ECFC;
 }
 .AnyTagClassName
 {
   color: #42ECFC;
 }
</style>

background-color css

<style>
 a { background-color: #42ECFC; }

 a { background-color: rgb(66,236,252); }

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

border-color css

<style>
 span { border-color: #42ECFC; }

 span { border-color: rgb(66,236,252); }

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