Html Css Color HEX #42DFDF Turquoise

📋 copy color: '#42DFDF'

red 66 ◦ green 223 ◦ blue 223

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

Shades of Turquoise #42DFDF

Tints of Turquoise #42DFDF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.55%

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

R = 12.89%
G = 43.55%
B = 43.55%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#42DFDF (or 0x42DFDF) is known color: Turquoise. HEX triplet: 42, DF and DF. RGB value is (66,223,223). Sum of RGB (Red+Green+Blue) = 66+223+223=512 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.89% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #42DFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DFDF is #BD2020. Grayscale: #AFAFAF. Windows color (decimal): -12394529 or 14671682. OLE color: 14671682.

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

Color convert

RGB 66 223 223 -
CMYK 0.70 0 0 0.13
HSL 180º 0.71% 0.57% -
HSV(B) 180º 0.7% 0.87% -
XYZ 41.95 59.26 79.04 -
YUV 176.06 154.49 49.5 -
System Red Green Blue C M Y K H S L
Decimal 66 223 223 0.70 0 0 0.13 180 0.71 0.57
Hex 42 DF DF 46 0 0 D B4 47 39
Octal 102 337 337 106 0 0 15 264 107 71
Binary 1000010 11011111 11011111 1000110 0 0 1101 10110100 1000111 111001

Color Harmonies of #42DFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DFDF

Black with #42DFDF

Text Example


Text Example

White with #42DFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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