Html Css Color HEX #42E9FA Turquoise

📋 copy color: '#42E9FA'

red 66 ◦ green 233 ◦ blue 250

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

Shades of Turquoise #42E9FA

Tints of Turquoise #42E9FA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.44%

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

R = 12.02%
G = 42.44%
B = 45.54%

CMYK

 C value IS 0.74

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#42E9FA (or 0x42E9FA) is known color: Turquoise. HEX triplet: 42, E9 and FA. RGB value is (66,233,250). Sum of RGB (Red+Green+Blue) = 66+233+250=549 (72% of max value = 765). Red value is 66 (26.17% from 255 or 12.02% from 549); Green value is 233 (91.41% from 255 or 42.44% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #42E9FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42E9FA is #BD1605. Grayscale: #B8B8B8. Windows color (decimal): -12391942 or 16443714. OLE color: 16443714.

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

Color convert

RGB 66 233 250 -
CMYK 0.74 0.07 0 0.02
HSL 185.54º 0.95% 0.62% -
HSV(B) 185.54º 0.74% 0.98% -
XYZ 48.64 66.34 100.68 -
YUV 185.01 164.67 43.12 -
System Red Green Blue C M Y K H S L
Decimal 66 233 250 0.74 0.07 0 0.02 185.54 0.95 0.62
Hex 42 E9 FA 4A 7 0 2 BA 5F 3E
Octal 102 351 372 112 7 0 2 272 137 76
Binary 1000010 11101001 11111010 1001010 111 0 10 10111010 1011111 111110

Color Harmonies of #42E9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E9FA

Black with #42E9FA

Text Example


Text Example

White with #42E9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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