Html Css Color HEX #42D4EA Medium Turquoise

📋 copy color: '#42D4EA'

red 66 ◦ green 212 ◦ blue 234

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

Shades of Medium Turquoise #42D4EA

Tints of Medium Turquoise #42D4EA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.41%

 BLUE value IS 234 (91.8% from 255) = 45.7%

R = 12.89%
G = 41.41%
B = 45.7%

CMYK

 C value IS 0.72

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#42D4EA (or 0x42D4EA) is known color: Medium Turquoise. HEX triplet: 42, D4 and EA. RGB value is (66,212,234). Sum of RGB (Red+Green+Blue) = 66+212+234=512 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.89% from 512); Green value is 212 (83.20% from 255 or 41.41% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #42D4EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42D4EA is #BD2B15. Grayscale: #AAAAAA. Windows color (decimal): -12397334 or 15389762. OLE color: 15389762.

HSL color Cylindrical-coordinate representation of color #42D4EA: hue angle of 187.86º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42D4EA is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 212 234 -
CMYK 0.72 0.09 0 0.08
HSL 187.86º 0.8% 0.59% -
HSV(B) 187.86º 0.72% 0.92% -
XYZ 40.64 54.19 86.16 -
YUV 170.85 163.63 53.21 -
System Red Green Blue C M Y K H S L
Decimal 66 212 234 0.72 0.09 0 0.08 187.86 0.8 0.59
Hex 42 D4 EA 48 9 0 8 BC 50 3B
Octal 102 324 352 110 11 0 10 274 120 73
Binary 1000010 11010100 11101010 1001000 1001 0 1000 10111100 1010000 111011

Color Harmonies of #42D4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D4EA

Black with #42D4EA

Text Example


Text Example

White with #42D4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,212,234); }

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

background-color css

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

 a { background-color: rgb(66,212,234); }

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

border-color css

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

 span { border-color: rgb(66,212,234); }

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