Html Css Color HEX #42F8BE Turquoise

📋 copy color: '#42F8BE'

red 66 ◦ green 248 ◦ blue 190

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

Shades of Turquoise #42F8BE

Tints of Turquoise #42F8BE

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.21%

 BLUE value IS 190 (74.61% from 255) = 37.7%

R = 13.1%
G = 49.21%
B = 37.7%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#42F8BE (or 0x42F8BE) is known color: Turquoise. HEX triplet: 42, F8 and BE. RGB value is (66,248,190). Sum of RGB (Red+Green+Blue) = 66+248+190=504 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.10% from 504); Green value is 248 (97.27% from 255 or 49.21% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 248 - color contains mainly: green. Hex color #42F8BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42F8BE is #BD0741. Grayscale: #BBBBBB. Windows color (decimal): -12388162 or 12515394. OLE color: 12515394.

HSL color Cylindrical-coordinate representation of color #42F8BE: hue angle of 160.88º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F8BE is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 66 248 190 -
CMYK 0.73 0 0.23 0.03
HSL 160.88º 0.93% 0.62% -
HSV(B) 160.88º 0.73% 0.97% -
XYZ 45.11 72.01 60.24 -
YUV 186.97 129.7 41.72 -
System Red Green Blue C M Y K H S L
Decimal 66 248 190 0.73 0 0.23 0.03 160.88 0.93 0.62
Hex 42 F8 BE 49 0 17 3 A1 5D 3E
Octal 102 370 276 111 0 27 3 241 135 76
Binary 1000010 11111000 10111110 1001001 0 10111 11 10100001 1011101 111110

Color Harmonies of #42F8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F8BE

Black with #42F8BE

Text Example


Text Example

White with #42F8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,248,190); }

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

background-color css

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

 a { background-color: rgb(66,248,190); }

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

border-color css

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

 span { border-color: rgb(66,248,190); }

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