Html Css Color HEX #42DFFC Turquoise Blue

📋 copy color: '#42DFFC'

red 66 ◦ green 223 ◦ blue 252

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

Shades of Turquoise Blue #42DFFC

Tints of Turquoise Blue #42DFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.58%

R = 12.2%
G = 41.22%
B = 46.58%

CMYK

 C value IS 0.74

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#42DFFC (or 0x42DFFC) is known color: Turquoise Blue. HEX triplet: 42, DF and FC. RGB value is (66,223,252). Sum of RGB (Red+Green+Blue) = 66+223+252=541 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.20% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #42DFFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DFFC is #BD2003. Grayscale: #B3B3B3. Windows color (decimal): -12394500 or 16572226. OLE color: 16572226.

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

Color convert

RGB 66 223 252 -
CMYK 0.74 0.12 0 0.01
HSL 189.35º 0.97% 0.62% -
HSV(B) 189.35º 0.74% 0.99% -
XYZ 46.21 60.96 101.43 -
YUV 179.36 168.99 47.14 -
System Red Green Blue C M Y K H S L
Decimal 66 223 252 0.74 0.12 0 0.01 189.35 0.97 0.62
Hex 42 DF FC 4A C 0 1 BD 61 3E
Octal 102 337 374 112 14 0 1 275 141 76
Binary 1000010 11011111 11111100 1001010 1100 0 1 10111101 1100001 111110

Color Harmonies of #42DFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DFFC

Black with #42DFFC

Text Example


Text Example

White with #42DFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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