Html Css Color HEX #42FBBE Turquoise

📋 copy color: '#42FBBE'

red 66 ◦ green 251 ◦ blue 190

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

Shades of Turquoise #42FBBE

Tints of Turquoise #42FBBE

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.51%

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

R = 13.02%
G = 49.51%
B = 37.48%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#42FBBE (or 0x42FBBE) is known color: Turquoise. HEX triplet: 42, FB and BE. RGB value is (66,251,190). Sum of RGB (Red+Green+Blue) = 66+251+190=507 (67% of max value = 765). Red value is 66 (26.17% from 255 or 13.02% from 507); Green value is 251 (98.44% from 255 or 49.51% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 251 - color contains mainly: green. Hex color #42FBBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FBBE is #BD0441. Grayscale: #BCBCBC. Windows color (decimal): -12387394 or 12516162. OLE color: 12516162.

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

Color convert

RGB 66 251 190 -
CMYK 0.74 0 0.24 0.02
HSL 160.22º 0.96% 0.62% -
HSV(B) 160.22º 0.74% 0.98% -
XYZ 46.04 73.87 60.55 -
YUV 188.73 128.71 40.46 -
System Red Green Blue C M Y K H S L
Decimal 66 251 190 0.74 0 0.24 0.02 160.22 0.96 0.62
Hex 42 FB BE 4A 0 18 2 A0 60 3E
Octal 102 373 276 112 0 30 2 240 140 76
Binary 1000010 11111011 10111110 1001010 0 11000 10 10100000 1100000 111110

Color Harmonies of #42FBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FBBE

Black with #42FBBE

Text Example


Text Example

White with #42FBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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