Html Css Color HEX #42CECF Medium Turquoise

📋 copy color: '#42CECF'

red 66 ◦ green 206 ◦ blue 207

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

Shades of Medium Turquoise #42CECF

Tints of Medium Turquoise #42CECF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.01%

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

R = 13.78%
G = 43.01%
B = 43.22%

CMYK

 C value IS 0.68

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#42CECF (or 0x42CECF) is known color: Medium Turquoise. HEX triplet: 42, CE and CF. RGB value is (66,206,207). Sum of RGB (Red+Green+Blue) = 66+206+207=479 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.78% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #42CECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CECF is #BD3130. Grayscale: #A4A4A4. Windows color (decimal): -12398897 or 13618754. OLE color: 13618754.

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

Color convert

RGB 66 206 207 -
CMYK 0.68 0.00 0 0.19
HSL 180.43º 0.59% 0.54% -
HSV(B) 180.43º 0.68% 0.81% -
XYZ 35.58 49.81 66.77 -
YUV 164.25 152.12 57.92 -
System Red Green Blue C M Y K H S L
Decimal 66 206 207 0.68 0.00 0 0.19 180.43 0.59 0.54
Hex 42 CE CF 44 0 0 13 B4 3B 36
Octal 102 316 317 104 0 0 23 264 73 66
Binary 1000010 11001110 11001111 1000100 0 0 10011 10110100 111011 110110

Color Harmonies of #42CECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CECF

Black with #42CECF

Text Example


Text Example

White with #42CECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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