Html Css Color HEX #42DADF Turquoise

📋 copy color: '#42DADF'

red 66 ◦ green 218 ◦ blue 223

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

Shades of Turquoise #42DADF

Tints of Turquoise #42DADF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43%

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

R = 13.02%
G = 43%
B = 43.98%

CMYK

 C value IS 0.70

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#42DADF (or 0x42DADF) is known color: Turquoise. HEX triplet: 42, DA and DF. RGB value is (66,218,223). Sum of RGB (Red+Green+Blue) = 66+218+223=507 (67% of max value = 765). Red value is 66 (26.17% from 255 or 13.02% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #42DADF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DADF is #BD2520. Grayscale: #ACACAC. Windows color (decimal): -12395809 or 14670402. OLE color: 14670402.

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

Color convert

RGB 66 218 223 -
CMYK 0.70 0.02 0 0.13
HSL 181.91º 0.71% 0.57% -
HSV(B) 181.91º 0.7% 0.87% -
XYZ 40.64 56.63 78.6 -
YUV 173.12 156.14 51.59 -
System Red Green Blue C M Y K H S L
Decimal 66 218 223 0.70 0.02 0 0.13 181.91 0.71 0.57
Hex 42 DA DF 46 2 0 D B6 47 39
Octal 102 332 337 106 2 0 15 266 107 71
Binary 1000010 11011010 11011111 1000110 10 0 1101 10110110 1000111 111001

Color Harmonies of #42DADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DADF

Black with #42DADF

Text Example


Text Example

White with #42DADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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