Html Css Color HEX #42CFD8 Medium Turquoise

📋 copy color: '#42CFD8'

red 66 ◦ green 207 ◦ blue 216

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

Shades of Medium Turquoise #42CFD8

Tints of Medium Turquoise #42CFD8

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.33%

 BLUE value IS 216 (84.77% from 255) = 44.17%

R = 13.5%
G = 42.33%
B = 44.17%

CMYK

 C value IS 0.69

 M value IS 0.04

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#42CFD8 (or 0x42CFD8) is known color: Medium Turquoise. HEX triplet: 42, CF and D8. RGB value is (66,207,216). Sum of RGB (Red+Green+Blue) = 66+207+216=489 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.50% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 216 (84.77% from 255 or 44.17% from 489); Max value from RGB is 216 - color contains mainly: blue. Hex color #42CFD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CFD8 is #BD3027. Grayscale: #A5A5A5. Windows color (decimal): -12398632 or 14208834. OLE color: 14208834.

HSL color Cylindrical-coordinate representation of color #42CFD8: hue angle of 183.6º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42CFD8 is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 207 216 -
CMYK 0.69 0.04 0 0.15
HSL 183.6º 0.66% 0.55% -
HSV(B) 183.6º 0.69% 0.85% -
XYZ 36.95 50.74 72.81 -
YUV 165.87 156.29 56.77 -
System Red Green Blue C M Y K H S L
Decimal 66 207 216 0.69 0.04 0 0.15 183.6 0.66 0.55
Hex 42 CF D8 45 4 0 F B8 42 37
Octal 102 317 330 105 4 0 17 270 102 67
Binary 1000010 11001111 11011000 1000101 100 0 1111 10111000 1000010 110111

Color Harmonies of #42CFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CFD8

Black with #42CFD8

Text Example


Text Example

White with #42CFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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