Html Css Color HEX #42DCFD Turquoise Blue

📋 copy color: '#42DCFD'

red 66 ◦ green 220 ◦ blue 253

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

Shades of Turquoise Blue #42DCFD

Tints of Turquoise Blue #42DCFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.94%

R = 12.24%
G = 40.82%
B = 46.94%

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

#42DCFD (or 0x42DCFD) is known color: Turquoise Blue. HEX triplet: 42, DC and FD. RGB value is (66,220,253). Sum of RGB (Red+Green+Blue) = 66+220+253=539 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.24% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #42DCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DCFD is #BD2302. Grayscale: #B1B1B1. Windows color (decimal): -12395267 or 16636994. OLE color: 16636994.

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

Color convert

RGB 66 220 253 -
CMYK 0.74 0.13 0 0.01
HSL 190.59º 0.98% 0.63% -
HSV(B) 190.59º 0.74% 0.99% -
XYZ 45.57 59.44 102 -
YUV 177.72 170.48 48.32 -
System Red Green Blue C M Y K H S L
Decimal 66 220 253 0.74 0.13 0 0.01 190.59 0.98 0.63
Hex 42 DC FD 4A D 0 1 BF 62 3F
Octal 102 334 375 112 15 0 1 277 142 77
Binary 1000010 11011100 11111101 1001010 1101 0 1 10111111 1100010 111111

Color Harmonies of #42DCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DCFD

Black with #42DCFD

Text Example


Text Example

White with #42DCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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