Html Css Color HEX #42CDDC Medium Turquoise

📋 copy color: '#42CDDC'

red 66 ◦ green 205 ◦ blue 220

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

Shades of Medium Turquoise #42CDDC

Tints of Medium Turquoise #42CDDC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.75%

 BLUE value IS 220 (86.33% from 255) = 44.81%

R = 13.44%
G = 41.75%
B = 44.81%

CMYK

 C value IS 0.7

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#42CDDC (or 0x42CDDC) is known color: Medium Turquoise. HEX triplet: 42, CD and DC. RGB value is (66,205,220). Sum of RGB (Red+Green+Blue) = 66+205+220=491 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.44% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #42CDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CDDC is #BD3223. Grayscale: #A4A4A4. Windows color (decimal): -12399140 or 14470466. OLE color: 14470466.

HSL color Cylindrical-coordinate representation of color #42CDDC: hue angle of 185.84º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42CDDC is Cyan = 0.7, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 205 220 -
CMYK 0.7 0.07 0 0.14
HSL 185.84º 0.69% 0.56% -
HSV(B) 185.84º 0.7% 0.86% -
XYZ 37 49.99 75.41 -
YUV 165.15 158.95 57.28 -
System Red Green Blue C M Y K H S L
Decimal 66 205 220 0.7 0.07 0 0.14 185.84 0.69 0.56
Hex 42 CD DC 46 7 0 E BA 45 38
Octal 102 315 334 106 7 0 16 272 105 70
Binary 1000010 11001101 11011100 1000110 111 0 1110 10111010 1000101 111000

Color Harmonies of #42CDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CDDC

Black with #42CDDC

Text Example


Text Example

White with #42CDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,205,220); }

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

background-color css

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

 a { background-color: rgb(66,205,220); }

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

border-color css

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

 span { border-color: rgb(66,205,220); }

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