Html Css Color HEX #42E4FD Turquoise Blue

📋 copy color: '#42E4FD'

red 66 ◦ green 228 ◦ blue 253

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

Shades of Turquoise Blue #42E4FD

Tints of Turquoise Blue #42E4FD

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.68%

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

R = 12.07%
G = 41.68%
B = 46.25%

CMYK

 C value IS 0.74

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#42E4FD (or 0x42E4FD) is known color: Turquoise Blue. HEX triplet: 42, E4 and FD. RGB value is (66,228,253). Sum of RGB (Red+Green+Blue) = 66+228+253=547 (72% of max value = 765). Red value is 66 (26.17% from 255 or 12.07% from 547); Green value is 228 (89.45% from 255 or 41.68% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #42E4FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42E4FD is #BD1B02. Grayscale: #B6B6B6. Windows color (decimal): -12393219 or 16639042. OLE color: 16639042.

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

Color convert

RGB 66 228 253 -
CMYK 0.74 0.10 0 0.01
HSL 188.02º 0.98% 0.63% -
HSV(B) 188.02º 0.74% 0.99% -
XYZ 47.72 63.74 102.72 -
YUV 182.41 167.83 44.97 -
System Red Green Blue C M Y K H S L
Decimal 66 228 253 0.74 0.10 0 0.01 188.02 0.98 0.63
Hex 42 E4 FD 4A A 0 1 BC 62 3F
Octal 102 344 375 112 12 0 1 274 142 77
Binary 1000010 11100100 11111101 1001010 1010 0 1 10111100 1100010 111111

Color Harmonies of #42E4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E4FD

Black with #42E4FD

Text Example


Text Example

White with #42E4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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