Html Css Color HEX #42DCF8 Turquoise Blue

📋 copy color: '#42DCF8'

red 66 ◦ green 220 ◦ blue 248

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

Shades of Turquoise Blue #42DCF8

Tints of Turquoise Blue #42DCF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 46.44%

R = 12.36%
G = 41.2%
B = 46.44%

CMYK

 C value IS 0.73

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#42DCF8 (or 0x42DCF8) is known color: Turquoise Blue. HEX triplet: 42, DC and F8. RGB value is (66,220,248). Sum of RGB (Red+Green+Blue) = 66+220+248=534 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.36% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 248 (97.27% from 255 or 46.44% from 534); Max value from RGB is 248 - color contains mainly: blue. Hex color #42DCF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DCF8 is #BD2307. Grayscale: #B0B0B0. Windows color (decimal): -12395272 or 16309314. OLE color: 16309314.

HSL color Cylindrical-coordinate representation of color #42DCF8: hue angle of 189.23º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42DCF8 is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 66 220 248 -
CMYK 0.73 0.11 0 0.03
HSL 189.23º 0.93% 0.62% -
HSV(B) 189.23º 0.73% 0.97% -
XYZ 44.78 59.12 97.86 -
YUV 177.15 167.98 48.72 -
System Red Green Blue C M Y K H S L
Decimal 66 220 248 0.73 0.11 0 0.03 189.23 0.93 0.62
Hex 42 DC F8 49 B 0 3 BD 5D 3E
Octal 102 334 370 111 13 0 3 275 135 76
Binary 1000010 11011100 11111000 1001001 1011 0 11 10111101 1011101 111110

Color Harmonies of #42DCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DCF8

Black with #42DCF8

Text Example


Text Example

White with #42DCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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