Html Css Color HEX #42DAFD Turquoise Blue

📋 copy color: '#42DAFD'

red 66 ◦ green 218 ◦ blue 253

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

Shades of Turquoise Blue #42DAFD

Tints of Turquoise Blue #42DAFD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.6%

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

R = 12.29%
G = 40.6%
B = 47.11%

CMYK

 C value IS 0.74

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#42DAFD (or 0x42DAFD) is known color: Turquoise Blue. HEX triplet: 42, DA and FD. RGB value is (66,218,253). Sum of RGB (Red+Green+Blue) = 66+218+253=537 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.29% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #42DAFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DAFD is #BD2502. Grayscale: #B0B0B0. Windows color (decimal): -12395779 or 16636482. OLE color: 16636482.

HSL color Cylindrical-coordinate representation of color #42DAFD: hue angle of 191.23º 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 #42DAFD is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 66 218 253 -
CMYK 0.74 0.14 0 0.01
HSL 191.23º 0.98% 0.63% -
HSV(B) 191.23º 0.74% 0.99% -
XYZ 45.05 58.39 101.83 -
YUV 176.54 171.14 49.15 -
System Red Green Blue C M Y K H S L
Decimal 66 218 253 0.74 0.14 0 0.01 191.23 0.98 0.63
Hex 42 DA FD 4A E 0 1 BF 62 3F
Octal 102 332 375 112 16 0 1 277 142 77
Binary 1000010 11011010 11111101 1001010 1110 0 1 10111111 1100010 111111

Color Harmonies of #42DAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DAFD

Black with #42DAFD

Text Example


Text Example

White with #42DAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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