Html Css Color HEX #42D3CF Medium Turquoise

📋 copy color: '#42D3CF'

red 66 ◦ green 211 ◦ blue 207

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

Shades of Medium Turquoise #42D3CF

Tints of Medium Turquoise #42D3CF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.6%

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

R = 13.64%
G = 43.6%
B = 42.77%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#42D3CF (or 0x42D3CF) is known color: Medium Turquoise. HEX triplet: 42, D3 and CF. RGB value is (66,211,207). Sum of RGB (Red+Green+Blue) = 66+211+207=484 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.64% from 484); Green value is 211 (82.81% from 255 or 43.60% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 211 - color contains mainly: green. Hex color #42D3CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D3CF is #BD2C30. Grayscale: #A7A7A7. Windows color (decimal): -12397617 or 13620034. OLE color: 13620034.

HSL color Cylindrical-coordinate representation of color #42D3CF: hue angle of 178.34º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D3CF is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 66 211 207 -
CMYK 0.69 0 0.02 0.17
HSL 178.34º 0.62% 0.54% -
HSV(B) 178.34º 0.69% 0.83% -
XYZ 36.8 52.25 67.18 -
YUV 167.19 150.46 55.83 -
System Red Green Blue C M Y K H S L
Decimal 66 211 207 0.69 0 0.02 0.17 178.34 0.62 0.54
Hex 42 D3 CF 45 0 2 11 B2 3E 36
Octal 102 323 317 105 0 2 21 262 76 66
Binary 1000010 11010011 11001111 1000101 0 10 10001 10110010 111110 110110

Color Harmonies of #42D3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D3CF

Black with #42D3CF

Text Example


Text Example

White with #42D3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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