Html Css Color HEX #42E8FD Turquoise

📋 copy color: '#42E8FD'

red 66 ◦ green 232 ◦ blue 253

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

Shades of Turquoise #42E8FD

Tints of Turquoise #42E8FD

RGB

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

 GREEN value IS 232 (91.02% from 255) = 42.11%

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

R = 11.98%
G = 42.11%
B = 45.92%

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

#42E8FD (or 0x42E8FD) is known color: Turquoise. HEX triplet: 42, E8 and FD. RGB value is (66,232,253). Sum of RGB (Red+Green+Blue) = 66+232+253=551 (72% of max value = 765). Red value is 66 (26.17% from 255 or 11.98% from 551); Green value is 232 (91.02% from 255 or 42.11% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #42E8FD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42E8FD is #BD1702. Grayscale: #B8B8B8. Windows color (decimal): -12392195 or 16640066. OLE color: 16640066.

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

Color convert

RGB 66 232 253 -
CMYK 0.74 0.08 0 0.01
HSL 186.74º 0.98% 0.63% -
HSV(B) 186.74º 0.74% 0.99% -
XYZ 48.83 65.96 103.09 -
YUV 184.76 166.5 43.29 -
System Red Green Blue C M Y K H S L
Decimal 66 232 253 0.74 0.08 0 0.01 186.74 0.98 0.63
Hex 42 E8 FD 4A 8 0 1 BB 62 3F
Octal 102 350 375 112 10 0 1 273 142 77
Binary 1000010 11101000 11111101 1001010 1000 0 1 10111011 1100010 111111

Color Harmonies of #42E8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E8FD

Black with #42E8FD

Text Example


Text Example

White with #42E8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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