Html Css Color HEX #42C9CF Medium Turquoise

📋 copy color: '#42C9CF'

red 66 ◦ green 201 ◦ blue 207

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

Shades of Medium Turquoise #42C9CF

Tints of Medium Turquoise #42C9CF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.41%

 BLUE value IS 207 (81.25% from 255) = 43.67%

R = 13.92%
G = 42.41%
B = 43.67%

CMYK

 C value IS 0.68

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#42C9CF (or 0x42C9CF) is known color: Medium Turquoise. HEX triplet: 42, C9 and CF. RGB value is (66,201,207). Sum of RGB (Red+Green+Blue) = 66+201+207=474 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.92% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #42C9CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42C9CF is #BD3630. Grayscale: #A1A1A1. Windows color (decimal): -12400177 or 13617474. OLE color: 13617474.

HSL color Cylindrical-coordinate representation of color #42C9CF: hue angle of 182.55º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42C9CF is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 201 207 -
CMYK 0.68 0.03 0 0.19
HSL 182.55º 0.59% 0.54% -
HSV(B) 182.55º 0.68% 0.81% -
XYZ 34.4 47.44 66.37 -
YUV 161.32 153.77 60.01 -
System Red Green Blue C M Y K H S L
Decimal 66 201 207 0.68 0.03 0 0.19 182.55 0.59 0.54
Hex 42 C9 CF 44 3 0 13 B7 3B 36
Octal 102 311 317 104 3 0 23 267 73 66
Binary 1000010 11001001 11001111 1000100 11 0 10011 10110111 111011 110110

Color Harmonies of #42C9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C9CF

Black with #42C9CF

Text Example


Text Example

White with #42C9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,201,207); }

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

background-color css

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

 a { background-color: rgb(66,201,207); }

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

border-color css

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

 span { border-color: rgb(66,201,207); }

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