Html Css Color HEX #42EEFA Turquoise

📋 copy color: '#42EEFA'

red 66 ◦ green 238 ◦ blue 250

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

Shades of Turquoise #42EEFA

Tints of Turquoise #42EEFA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.96%

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

R = 11.91%
G = 42.96%
B = 45.13%

CMYK

 C value IS 0.74

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#42EEFA (or 0x42EEFA) is known color: Turquoise. HEX triplet: 42, EE and FA. RGB value is (66,238,250). Sum of RGB (Red+Green+Blue) = 66+238+250=554 (73% of max value = 765). Red value is 66 (26.17% from 255 or 11.91% from 554); Green value is 238 (93.36% from 255 or 42.96% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #42EEFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42EEFA is #BD1105. Grayscale: #BBBBBB. Windows color (decimal): -12390662 or 16444994. OLE color: 16444994.

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

Color convert

RGB 66 238 250 -
CMYK 0.74 0.05 0 0.02
HSL 183.91º 0.95% 0.62% -
HSV(B) 183.91º 0.74% 0.98% -
XYZ 50.08 69.21 101.16 -
YUV 187.94 163.02 41.02 -
System Red Green Blue C M Y K H S L
Decimal 66 238 250 0.74 0.05 0 0.02 183.91 0.95 0.62
Hex 42 EE FA 4A 5 0 2 B8 5F 3E
Octal 102 356 372 112 5 0 2 270 137 76
Binary 1000010 11101110 11111010 1001010 101 0 10 10111000 1011111 111110

Color Harmonies of #42EEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EEFA

Black with #42EEFA

Text Example


Text Example

White with #42EEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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