Html Css Color HEX #42DCF9 Turquoise Blue

📋 copy color: '#42DCF9'

red 66 ◦ green 220 ◦ blue 249

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

Shades of Turquoise Blue #42DCF9

Tints of Turquoise Blue #42DCF9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.12%

 BLUE value IS 249 (97.66% from 255) = 46.54%

R = 12.34%
G = 41.12%
B = 46.54%

CMYK

 C value IS 0.73

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#42DCF9 (or 0x42DCF9) is known color: Turquoise Blue. HEX triplet: 42, DC and F9. RGB value is (66,220,249). Sum of RGB (Red+Green+Blue) = 66+220+249=535 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.34% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 249 (97.66% from 255 or 46.54% from 535); Max value from RGB is 249 - color contains mainly: blue. Hex color #42DCF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DCF9 is #BD2306. Grayscale: #B0B0B0. Windows color (decimal): -12395271 or 16374850. OLE color: 16374850.

HSL color Cylindrical-coordinate representation of color #42DCF9: hue angle of 189.51º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42DCF9 is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 220 249 -
CMYK 0.73 0.12 0 0.02
HSL 189.51º 0.94% 0.62% -
HSV(B) 189.51º 0.73% 0.98% -
XYZ 44.94 59.18 98.68 -
YUV 177.26 168.48 48.64 -
System Red Green Blue C M Y K H S L
Decimal 66 220 249 0.73 0.12 0 0.02 189.51 0.94 0.62
Hex 42 DC F9 49 C 0 2 BE 5E 3E
Octal 102 334 371 111 14 0 2 276 136 76
Binary 1000010 11011100 11111001 1001001 1100 0 10 10111110 1011110 111110

Color Harmonies of #42DCF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DCF9

Black with #42DCF9

Text Example


Text Example

White with #42DCF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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