Html Css Color HEX #42CADF Medium Turquoise

📋 copy color: '#42CADF'

red 66 ◦ green 202 ◦ blue 223

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

Shades of Medium Turquoise #42CADF

Tints of Medium Turquoise #42CADF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.14%

 BLUE value IS 223 (87.5% from 255) = 45.42%

R = 13.44%
G = 41.14%
B = 45.42%

CMYK

 C value IS 0.70

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#42CADF (or 0x42CADF) is known color: Medium Turquoise. HEX triplet: 42, CA and DF. RGB value is (66,202,223). Sum of RGB (Red+Green+Blue) = 66+202+223=491 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.44% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #42CADF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42CADF is #BD3520. Grayscale: #A3A3A3. Windows color (decimal): -12399905 or 14666306. OLE color: 14666306.

HSL color Cylindrical-coordinate representation of color #42CADF: hue angle of 188.03º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42CADF is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 202 223 -
CMYK 0.70 0.09 0 0.13
HSL 188.03º 0.71% 0.57% -
HSV(B) 188.03º 0.7% 0.87% -
XYZ 36.69 48.73 77.28 -
YUV 163.73 161.44 58.29 -
System Red Green Blue C M Y K H S L
Decimal 66 202 223 0.70 0.09 0 0.13 188.03 0.71 0.57
Hex 42 CA DF 46 9 0 D BC 47 39
Octal 102 312 337 106 11 0 15 274 107 71
Binary 1000010 11001010 11011111 1000110 1001 0 1101 10111100 1000111 111001

Color Harmonies of #42CADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CADF

Black with #42CADF

Text Example


Text Example

White with #42CADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,202,223); }

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

background-color css

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

 a { background-color: rgb(66,202,223); }

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

border-color css

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

 span { border-color: rgb(66,202,223); }

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