Html Css Color HEX #42CCBF Medium Turquoise

📋 copy color: '#42CCBF'

red 66 ◦ green 204 ◦ blue 191

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

Shades of Medium Turquoise #42CCBF

Tints of Medium Turquoise #42CCBF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.25%

 BLUE value IS 191 (75% from 255) = 41.43%

R = 14.32%
G = 44.25%
B = 41.43%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#42CCBF (or 0x42CCBF) is known color: Medium Turquoise. HEX triplet: 42, CC and BF. RGB value is (66,204,191). Sum of RGB (Red+Green+Blue) = 66+204+191=461 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.32% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 204 - color contains mainly: green. Hex color #42CCBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CCBF is #BD3340. Grayscale: #A1A1A1. Windows color (decimal): -12399425 or 12569666. OLE color: 12569666.

HSL color Cylindrical-coordinate representation of color #42CCBF: hue angle of 174.35º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CCBF is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 66 204 191 -
CMYK 0.68 0 0.06 0.2
HSL 174.35º 0.58% 0.53% -
HSV(B) 174.35º 0.68% 0.8% -
XYZ 33.24 48.11 56.82 -
YUV 161.26 144.78 60.06 -
System Red Green Blue C M Y K H S L
Decimal 66 204 191 0.68 0 0.06 0.2 174.35 0.58 0.53
Hex 42 CC BF 44 0 6 14 AE 3A 35
Octal 102 314 277 104 0 6 24 256 72 65
Binary 1000010 11001100 10111111 1000100 0 110 10100 10101110 111010 110101

Color Harmonies of #42CCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CCBF

Black with #42CCBF

Text Example


Text Example

White with #42CCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,204,191); }

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

background-color css

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

 a { background-color: rgb(66,204,191); }

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

border-color css

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

 span { border-color: rgb(66,204,191); }

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