Html Css Color HEX #42E7FA Turquoise

📋 copy color: '#42E7FA'

red 66 ◦ green 231 ◦ blue 250

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

Shades of Turquoise #42E7FA

Tints of Turquoise #42E7FA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 42.23%

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

R = 12.07%
G = 42.23%
B = 45.7%

CMYK

 C value IS 0.74

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#42E7FA (or 0x42E7FA) is known color: Turquoise. HEX triplet: 42, E7 and FA. RGB value is (66,231,250). Sum of RGB (Red+Green+Blue) = 66+231+250=547 (72% of max value = 765). Red value is 66 (26.17% from 255 or 12.07% from 547); Green value is 231 (90.62% from 255 or 42.23% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #42E7FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42E7FA is #BD1805. Grayscale: #B7B7B7. Windows color (decimal): -12392454 or 16443202. OLE color: 16443202.

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

Color convert

RGB 66 231 250 -
CMYK 0.74 0.08 0 0.02
HSL 186.2º 0.95% 0.62% -
HSV(B) 186.2º 0.74% 0.98% -
XYZ 48.08 65.21 100.5 -
YUV 183.83 165.34 43.96 -
System Red Green Blue C M Y K H S L
Decimal 66 231 250 0.74 0.08 0 0.02 186.2 0.95 0.62
Hex 42 E7 FA 4A 8 0 2 BA 5F 3E
Octal 102 347 372 112 10 0 2 272 137 76
Binary 1000010 11100111 11111010 1001010 1000 0 10 10111010 1011111 111110

Color Harmonies of #42E7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E7FA

Black with #42E7FA

Text Example


Text Example

White with #42E7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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