Html Css Color HEX #42C8CF Medium Turquoise

📋 copy color: '#42C8CF'

red 66 ◦ green 200 ◦ blue 207

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

Shades of Medium Turquoise #42C8CF

Tints of Medium Turquoise #42C8CF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.28%

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

R = 13.95%
G = 42.28%
B = 43.76%

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

#42C8CF (or 0x42C8CF) is known color: Medium Turquoise. HEX triplet: 42, C8 and CF. RGB value is (66,200,207). Sum of RGB (Red+Green+Blue) = 66+200+207=473 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.95% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #42C8CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42C8CF is #BD3730. Grayscale: #A0A0A0. Windows color (decimal): -12400433 or 13617218. OLE color: 13617218.

HSL color Cylindrical-coordinate representation of color #42C8CF: hue angle of 182.98º 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 #42C8CF is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 200 207 -
CMYK 0.68 0.03 0 0.19
HSL 182.98º 0.59% 0.54% -
HSV(B) 182.98º 0.68% 0.81% -
XYZ 34.16 46.97 66.3 -
YUV 160.73 154.11 60.43 -
System Red Green Blue C M Y K H S L
Decimal 66 200 207 0.68 0.03 0 0.19 182.98 0.59 0.54
Hex 42 C8 CF 44 3 0 13 B7 3B 36
Octal 102 310 317 104 3 0 23 267 73 66
Binary 1000010 11001000 11001111 1000100 11 0 10011 10110111 111011 110110

Color Harmonies of #42C8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C8CF

Black with #42C8CF

Text Example


Text Example

White with #42C8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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