Html Css Color HEX #42EAFD Turquoise

📋 copy color: '#42EAFD'

red 66 ◦ green 234 ◦ blue 253

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

Shades of Turquoise #42EAFD

Tints of Turquoise #42EAFD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.31%

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

R = 11.93%
G = 42.31%
B = 45.75%

CMYK

 C value IS 0.74

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#42EAFD (or 0x42EAFD) is known color: Turquoise. HEX triplet: 42, EA and FD. RGB value is (66,234,253). Sum of RGB (Red+Green+Blue) = 66+234+253=553 (73% of max value = 765). Red value is 66 (26.17% from 255 or 11.93% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #42EAFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42EAFD is #BD1502. Grayscale: #B9B9B9. Windows color (decimal): -12391683 or 16640578. OLE color: 16640578.

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

Color convert

RGB 66 234 253 -
CMYK 0.74 0.08 0 0.01
HSL 186.1º 0.98% 0.63% -
HSV(B) 186.1º 0.74% 0.99% -
XYZ 49.4 67.1 103.28 -
YUV 185.93 165.84 42.46 -
System Red Green Blue C M Y K H S L
Decimal 66 234 253 0.74 0.08 0 0.01 186.1 0.98 0.63
Hex 42 EA FD 4A 8 0 1 BA 62 3F
Octal 102 352 375 112 10 0 1 272 142 77
Binary 1000010 11101010 11111101 1001010 1000 0 1 10111010 1100010 111111

Color Harmonies of #42EAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EAFD

Black with #42EAFD

Text Example


Text Example

White with #42EAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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