Html Css Color HEX #42FCF0 Turquoise

📋 copy color: '#42FCF0'

red 66 ◦ green 252 ◦ blue 240

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

Shades of Turquoise #42FCF0

Tints of Turquoise #42FCF0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.16%

 BLUE value IS 240 (94.14% from 255) = 43.01%

R = 11.83%
G = 45.16%
B = 43.01%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#42FCF0 (or 0x42FCF0) is known color: Turquoise. HEX triplet: 42, FC and F0. RGB value is (66,252,240). Sum of RGB (Red+Green+Blue) = 66+252+240=558 (73% of max value = 765). Red value is 66 (26.17% from 255 or 11.83% from 558); Green value is 252 (98.83% from 255 or 45.16% from 558); Blue value is 240 (94.14% from 255 or 43.01% from 558); Max value from RGB is 252 - color contains mainly: green. Hex color #42FCF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42FCF0 is #BD030F. Grayscale: #C2C2C2. Windows color (decimal): -12387088 or 15793218. OLE color: 15793218.

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

Color convert

RGB 66 252 240 -
CMYK 0.74 0 0.05 0.01
HSL 176.13º 0.97% 0.62% -
HSV(B) 176.13º 0.74% 0.99% -
XYZ 52.79 77.07 94.53 -
YUV 195.02 153.38 35.98 -
System Red Green Blue C M Y K H S L
Decimal 66 252 240 0.74 0 0.05 0.01 176.13 0.97 0.62
Hex 42 FC F0 4A 0 5 1 B0 61 3E
Octal 102 374 360 112 0 5 1 260 141 76
Binary 1000010 11111100 11110000 1001010 0 101 1 10110000 1100001 111110

Color Harmonies of #42FCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FCF0

Black with #42FCF0

Text Example


Text Example

White with #42FCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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