Html Css Color HEX #42CBCF Medium Turquoise

📋 copy color: '#42CBCF'

red 66 ◦ green 203 ◦ blue 207

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

Shades of Medium Turquoise #42CBCF

Tints of Medium Turquoise #42CBCF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.65%

 BLUE value IS 207 (81.25% from 255) = 43.49%

R = 13.87%
G = 42.65%
B = 43.49%

CMYK

 C value IS 0.68

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#42CBCF (or 0x42CBCF) is known color: Medium Turquoise. HEX triplet: 42, CB and CF. RGB value is (66,203,207). Sum of RGB (Red+Green+Blue) = 66+203+207=476 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.87% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #42CBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CBCF is #BD3430. Grayscale: #A2A2A2. Windows color (decimal): -12399665 or 13617986. OLE color: 13617986.

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

Color convert

RGB 66 203 207 -
CMYK 0.68 0.02 0 0.19
HSL 181.7º 0.59% 0.54% -
HSV(B) 181.7º 0.68% 0.81% -
XYZ 34.87 48.38 66.53 -
YUV 162.49 153.11 59.17 -
System Red Green Blue C M Y K H S L
Decimal 66 203 207 0.68 0.02 0 0.19 181.7 0.59 0.54
Hex 42 CB CF 44 2 0 13 B6 3B 36
Octal 102 313 317 104 2 0 23 266 73 66
Binary 1000010 11001011 11001111 1000100 10 0 10011 10110110 111011 110110

Color Harmonies of #42CBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CBCF

Black with #42CBCF

Text Example


Text Example

White with #42CBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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