Html Css Color HEX #42D6B4 Medium Turquoise

📋 copy color: '#42D6B4'

red 66 ◦ green 214 ◦ blue 180

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

Shades of Medium Turquoise #42D6B4

Tints of Medium Turquoise #42D6B4

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.52%

 BLUE value IS 180 (70.7% from 255) = 39.13%

R = 14.35%
G = 46.52%
B = 39.13%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#42D6B4 (or 0x42D6B4) is known color: Medium Turquoise. HEX triplet: 42, D6 and B4. RGB value is (66,214,180). Sum of RGB (Red+Green+Blue) = 66+214+180=460 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.35% from 460); Green value is 214 (83.98% from 255 or 46.52% from 460); Blue value is 180 (70.70% from 255 or 39.13% from 460); Max value from RGB is 214 - color contains mainly: green. Hex color #42D6B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D6B4 is #BD294B. Grayscale: #A5A5A5. Windows color (decimal): -12396876 or 11851330. OLE color: 11851330.

HSL color Cylindrical-coordinate representation of color #42D6B4: hue angle of 166.22º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D6B4 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 66 214 180 -
CMYK 0.69 0 0.16 0.16
HSL 166.22º 0.64% 0.55% -
HSV(B) 166.22º 0.69% 0.84% -
XYZ 34.53 52.55 51.5 -
YUV 165.87 135.97 56.76 -
System Red Green Blue C M Y K H S L
Decimal 66 214 180 0.69 0 0.16 0.16 166.22 0.64 0.55
Hex 42 D6 B4 45 0 10 10 A6 40 37
Octal 102 326 264 105 0 20 20 246 100 67
Binary 1000010 11010110 10110100 1000101 0 10000 10000 10100110 1000000 110111

Color Harmonies of #42D6B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D6B4

Black with #42D6B4

Text Example


Text Example

White with #42D6B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,214,180); }

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

background-color css

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

 a { background-color: rgb(66,214,180); }

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

border-color css

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

 span { border-color: rgb(66,214,180); }

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