Html Css Color HEX #42D5FB Turquoise Blue

📋 copy color: '#42D5FB'

red 66 ◦ green 213 ◦ blue 251

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

Shades of Turquoise Blue #42D5FB

Tints of Turquoise Blue #42D5FB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.19%

 BLUE value IS 251 (98.44% from 255) = 47.36%

R = 12.45%
G = 40.19%
B = 47.36%

CMYK

 C value IS 0.74

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#42D5FB (or 0x42D5FB) is known color: Turquoise Blue. HEX triplet: 42, D5 and FB. RGB value is (66,213,251). Sum of RGB (Red+Green+Blue) = 66+213+251=530 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.45% from 530); Green value is 213 (83.59% from 255 or 40.19% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #42D5FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42D5FB is #BD2A04. Grayscale: #ADADAD. Windows color (decimal): -12397061 or 16504130. OLE color: 16504130.

HSL color Cylindrical-coordinate representation of color #42D5FB: hue angle of 192.32º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42D5FB is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 213 251 -
CMYK 0.74 0.15 0 0.02
HSL 192.32º 0.96% 0.62% -
HSV(B) 192.32º 0.74% 0.98% -
XYZ 43.45 55.71 99.73 -
YUV 173.38 171.8 51.41 -
System Red Green Blue C M Y K H S L
Decimal 66 213 251 0.74 0.15 0 0.02 192.32 0.96 0.62
Hex 42 D5 FB 4A F 0 2 C0 60 3E
Octal 102 325 373 112 17 0 2 300 140 76
Binary 1000010 11010101 11111011 1001010 1111 0 10 11000000 1100000 111110

Color Harmonies of #42D5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D5FB

Black with #42D5FB

Text Example


Text Example

White with #42D5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,213,251); }

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

background-color css

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

 a { background-color: rgb(66,213,251); }

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

border-color css

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

 span { border-color: rgb(66,213,251); }

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