Html Css Color HEX #42CFBE Medium Turquoise

📋 copy color: '#42CFBE'

red 66 ◦ green 207 ◦ blue 190

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

Shades of Medium Turquoise #42CFBE

Tints of Medium Turquoise #42CFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.04%

R = 14.25%
G = 44.71%
B = 41.04%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#42CFBE (or 0x42CFBE) is known color: Medium Turquoise. HEX triplet: 42, CF and BE. RGB value is (66,207,190). Sum of RGB (Red+Green+Blue) = 66+207+190=463 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.25% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 207 - color contains mainly: green. Hex color #42CFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CFBE is #BD3041. Grayscale: #A2A2A2. Windows color (decimal): -12398658 or 12504898. OLE color: 12504898.

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

Color convert

RGB 66 207 190 -
CMYK 0.68 0 0.08 0.19
HSL 172.77º 0.59% 0.54% -
HSV(B) 172.77º 0.68% 0.81% -
XYZ 33.85 49.5 56.49 -
YUV 162.9 143.29 58.88 -
System Red Green Blue C M Y K H S L
Decimal 66 207 190 0.68 0 0.08 0.19 172.77 0.59 0.54
Hex 42 CF BE 44 0 8 13 AD 3B 36
Octal 102 317 276 104 0 10 23 255 73 66
Binary 1000010 11001111 10111110 1000100 0 1000 10011 10101101 111011 110110

Color Harmonies of #42CFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CFBE

Black with #42CFBE

Text Example


Text Example

White with #42CFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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