Html Css Color HEX #42DCFC Turquoise Blue

📋 copy color: '#42DCFC'

red 66 ◦ green 220 ◦ blue 252

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

Shades of Turquoise Blue #42DCFC

Tints of Turquoise Blue #42DCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.84%

R = 12.27%
G = 40.89%
B = 46.84%

CMYK

 C value IS 0.74

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#42DCFC (or 0x42DCFC) is known color: Turquoise Blue. HEX triplet: 42, DC and FC. RGB value is (66,220,252). Sum of RGB (Red+Green+Blue) = 66+220+252=538 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.27% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #42DCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DCFC is #BD2303. Grayscale: #B1B1B1. Windows color (decimal): -12395268 or 16571458. OLE color: 16571458.

HSL color Cylindrical-coordinate representation of color #42DCFC: hue angle of 190.32º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42DCFC is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 66 220 252 -
CMYK 0.74 0.13 0 0.01
HSL 190.32º 0.97% 0.62% -
HSV(B) 190.32º 0.74% 0.99% -
XYZ 45.41 59.37 101.16 -
YUV 177.6 169.98 48.4 -
System Red Green Blue C M Y K H S L
Decimal 66 220 252 0.74 0.13 0 0.01 190.32 0.97 0.62
Hex 42 DC FC 4A D 0 1 BE 61 3E
Octal 102 334 374 112 15 0 1 276 141 76
Binary 1000010 11011100 11111100 1001010 1101 0 1 10111110 1100001 111110

Color Harmonies of #42DCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DCFC

Black with #42DCFC

Text Example


Text Example

White with #42DCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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