Html Css Color HEX #42F1CA Turquoise

📋 copy color: '#42F1CA'

red 66 ◦ green 241 ◦ blue 202

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

Shades of Turquoise #42F1CA

Tints of Turquoise #42F1CA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.35%

 BLUE value IS 202 (79.3% from 255) = 39.69%

R = 12.97%
G = 47.35%
B = 39.69%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#42F1CA (or 0x42F1CA) is known color: Turquoise. HEX triplet: 42, F1 and CA. RGB value is (66,241,202). Sum of RGB (Red+Green+Blue) = 66+241+202=509 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.97% from 509); Green value is 241 (94.53% from 255 or 47.35% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 241 - color contains mainly: green. Hex color #42F1CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F1CA is #BD0E35. Grayscale: #B8B8B8. Windows color (decimal): -12389942 or 13300034. OLE color: 13300034.

HSL color Cylindrical-coordinate representation of color #42F1CA: hue angle of 166.63º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F1CA is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 241 202 -
CMYK 0.73 0 0.16 0.05
HSL 166.63º 0.86% 0.6% -
HSV(B) 166.63º 0.73% 0.95% -
XYZ 44.36 68.33 66.73 -
YUV 184.23 138.02 43.67 -
System Red Green Blue C M Y K H S L
Decimal 66 241 202 0.73 0 0.16 0.05 166.63 0.86 0.6
Hex 42 F1 CA 49 0 10 5 A7 56 3C
Octal 102 361 312 111 0 20 5 247 126 74
Binary 1000010 11110001 11001010 1001001 0 10000 101 10100111 1010110 111100

Color Harmonies of #42F1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F1CA

Black with #42F1CA

Text Example


Text Example

White with #42F1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,241,202); }

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

background-color css

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

 a { background-color: rgb(66,241,202); }

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

border-color css

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

 span { border-color: rgb(66,241,202); }

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