Html Css Color HEX #42F3DB Turquoise

📋 copy color: '#42F3DB'

red 66 ◦ green 243 ◦ blue 219

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

Shades of Turquoise #42F3DB

Tints of Turquoise #42F3DB

RGB

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

 GREEN value IS 243 (95.31% from 255) = 46.02%

 BLUE value IS 219 (85.94% from 255) = 41.48%

R = 12.5%
G = 46.02%
B = 41.48%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#42F3DB (or 0x42F3DB) is known color: Turquoise. HEX triplet: 42, F3 and DB. RGB value is (66,243,219). Sum of RGB (Red+Green+Blue) = 66+243+219=528 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.5% from 528); Green value is 243 (95.31% from 255 or 46.02% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 243 - color contains mainly: green. Hex color #42F3DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F3DB is #BD0C24. Grayscale: #BBBBBB. Windows color (decimal): -12389413 or 14414658. OLE color: 14414658.

HSL color Cylindrical-coordinate representation of color #42F3DB: hue angle of 171.86º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F3DB is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 243 219 -
CMYK 0.73 0 0.10 0.05
HSL 171.86º 0.88% 0.61% -
HSV(B) 171.86º 0.73% 0.95% -
XYZ 47.08 70.37 78.12 -
YUV 187.34 145.86 41.45 -
System Red Green Blue C M Y K H S L
Decimal 66 243 219 0.73 0 0.10 0.05 171.86 0.88 0.61
Hex 42 F3 DB 49 0 A 5 AC 58 3D
Octal 102 363 333 111 0 12 5 254 130 75
Binary 1000010 11110011 11011011 1001001 0 1010 101 10101100 1011000 111101

Color Harmonies of #42F3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F3DB

Black with #42F3DB

Text Example


Text Example

White with #42F3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,243,219); }

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

background-color css

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

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

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

border-color css

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

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

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