Html Css Color HEX #42DFFE Turquoise Blue

📋 copy color: '#42DFFE'

red 66 ◦ green 223 ◦ blue 254

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

Shades of Turquoise Blue #42DFFE

Tints of Turquoise Blue #42DFFE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.07%

 BLUE value IS 254 (99.61% from 255) = 46.78%

R = 12.15%
G = 41.07%
B = 46.78%

CMYK

 C value IS 0.74

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#42DFFE (or 0x42DFFE) is known color: Turquoise Blue. HEX triplet: 42, DF and FE. RGB value is (66,223,254). Sum of RGB (Red+Green+Blue) = 66+223+254=543 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.15% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #42DFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DFFE is #BD2001. Grayscale: #B3B3B3. Windows color (decimal): -12394498 or 16703298. OLE color: 16703298.

HSL color Cylindrical-coordinate representation of color #42DFFE: hue angle of 189.89º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42DFFE is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 66 223 254 -
CMYK 0.74 0.12 0 0.00
HSL 189.89º 0.99% 0.63% -
HSV(B) 189.89º 0.74% 1% -
XYZ 46.52 61.09 103.11 -
YUV 179.59 169.99 46.98 -
System Red Green Blue C M Y K H S L
Decimal 66 223 254 0.74 0.12 0 0.00 189.89 0.99 0.63
Hex 42 DF FE 4A C 0 0 BE 63 3F
Octal 102 337 376 112 14 0 0 276 143 77
Binary 1000010 11011111 11111110 1001010 1100 0 0 10111110 1100011 111111

Color Harmonies of #42DFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DFFE

Black with #42DFFE

Text Example


Text Example

White with #42DFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,223,254); }

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

background-color css

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

 a { background-color: rgb(66,223,254); }

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

border-color css

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

 span { border-color: rgb(66,223,254); }

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