Html Css Color HEX #42DEFC Turquoise Blue

📋 copy color: '#42DEFC'

red 66 ◦ green 222 ◦ blue 252

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

Shades of Turquoise Blue #42DEFC

Tints of Turquoise Blue #42DEFC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.11%

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

R = 12.22%
G = 41.11%
B = 46.67%

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

#42DEFC (or 0x42DEFC) is known color: Turquoise Blue. HEX triplet: 42, DE and FC. RGB value is (66,222,252). Sum of RGB (Red+Green+Blue) = 66+222+252=540 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.22% from 540); Green value is 222 (87.11% from 255 or 41.11% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #42DEFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DEFC is #BD2103. Grayscale: #B2B2B2. Windows color (decimal): -12394756 or 16571970. OLE color: 16571970.

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

Color convert

RGB 66 222 252 -
CMYK 0.74 0.12 0 0.01
HSL 189.68º 0.97% 0.62% -
HSV(B) 189.68º 0.74% 0.99% -
XYZ 45.94 60.43 101.34 -
YUV 178.78 169.32 47.56 -
System Red Green Blue C M Y K H S L
Decimal 66 222 252 0.74 0.12 0 0.01 189.68 0.97 0.62
Hex 42 DE FC 4A C 0 1 BE 61 3E
Octal 102 336 374 112 14 0 1 276 141 76
Binary 1000010 11011110 11111100 1001010 1100 0 1 10111110 1100001 111110

Color Harmonies of #42DEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DEFC

Black with #42DEFC

Text Example


Text Example

White with #42DEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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