Html Css Color HEX #42ECFA Turquoise

📋 copy color: '#42ECFA'

red 66 ◦ green 236 ◦ blue 250

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

Shades of Turquoise #42ECFA

Tints of Turquoise #42ECFA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.75%

 BLUE value IS 250 (98.05% from 255) = 45.29%

R = 11.96%
G = 42.75%
B = 45.29%

CMYK

 C value IS 0.74

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#42ECFA (or 0x42ECFA) is known color: Turquoise. HEX triplet: 42, EC and FA. RGB value is (66,236,250). Sum of RGB (Red+Green+Blue) = 66+236+250=552 (73% of max value = 765). Red value is 66 (26.17% from 255 or 11.96% from 552); Green value is 236 (92.58% from 255 or 42.75% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #42ECFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42ECFA is #BD1305. Grayscale: #BABABA. Windows color (decimal): -12391174 or 16444482. OLE color: 16444482.

HSL color Cylindrical-coordinate representation of color #42ECFA: hue angle of 184.57º degrees, saturation: 0.95, 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 #42ECFA is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 236 250 -
CMYK 0.74 0.06 0 0.02
HSL 184.57º 0.95% 0.62% -
HSV(B) 184.57º 0.74% 0.98% -
XYZ 49.5 68.05 100.97 -
YUV 186.77 163.68 41.86 -
System Red Green Blue C M Y K H S L
Decimal 66 236 250 0.74 0.06 0 0.02 184.57 0.95 0.62
Hex 42 EC FA 4A 6 0 2 B9 5F 3E
Octal 102 354 372 112 6 0 2 271 137 76
Binary 1000010 11101100 11111010 1001010 110 0 10 10111001 1011111 111110

Color Harmonies of #42ECFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42ECFA

Black with #42ECFA

Text Example


Text Example

White with #42ECFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,236,250); }

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

background-color css

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

 a { background-color: rgb(66,236,250); }

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

border-color css

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

 span { border-color: rgb(66,236,250); }

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