Html Css Color HEX #42FBBF Turquoise

📋 copy color: '#42FBBF'

red 66 ◦ green 251 ◦ blue 191

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

Shades of Turquoise #42FBBF

Tints of Turquoise #42FBBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.6%

R = 12.99%
G = 49.41%
B = 37.6%

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

#42FBBF (or 0x42FBBF) is known color: Turquoise. HEX triplet: 42, FB and BF. RGB value is (66,251,191). Sum of RGB (Red+Green+Blue) = 66+251+191=508 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.99% from 508); Green value is 251 (98.44% from 255 or 49.41% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 251 - color contains mainly: green. Hex color #42FBBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FBBF is #BD0440. Grayscale: #BCBCBC. Windows color (decimal): -12387393 or 12581698. OLE color: 12581698.

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

Color convert

RGB 66 251 191 -
CMYK 0.74 0 0.24 0.02
HSL 160.54º 0.96% 0.62% -
HSV(B) 160.54º 0.74% 0.98% -
XYZ 46.15 73.91 61.12 -
YUV 188.85 129.21 40.38 -
System Red Green Blue C M Y K H S L
Decimal 66 251 191 0.74 0 0.24 0.02 160.54 0.96 0.62
Hex 42 FB BF 4A 0 18 2 A1 60 3E
Octal 102 373 277 112 0 30 2 241 140 76
Binary 1000010 11111011 10111111 1001010 0 11000 10 10100001 1100000 111110

Color Harmonies of #42FBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FBBF

Black with #42FBBF

Text Example


Text Example

White with #42FBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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