Html Css Color HEX #42FBB1 Turquoise

📋 copy color: '#42FBB1'

red 66 ◦ green 251 ◦ blue 177

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

Shades of Turquoise #42FBB1

Tints of Turquoise #42FBB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 35.83%

R = 13.36%
G = 50.81%
B = 35.83%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#42FBB1 (or 0x42FBB1) is known color: Turquoise. HEX triplet: 42, FB and B1. RGB value is (66,251,177). Sum of RGB (Red+Green+Blue) = 66+251+177=494 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.36% from 494); Green value is 251 (98.44% from 255 or 50.81% from 494); Blue value is 177 (69.53% from 255 or 35.83% from 494); Max value from RGB is 251 - color contains mainly: green. Hex color #42FBB1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FBB1 is #BD044E. Grayscale: #BBBBBB. Windows color (decimal): -12387407 or 11664194. OLE color: 11664194.

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

Color convert

RGB 66 251 177 -
CMYK 0.74 0 0.29 0.02
HSL 156º 0.96% 0.62% -
HSV(B) 156º 0.74% 0.98% -
XYZ 44.68 73.33 53.39 -
YUV 187.25 122.21 41.52 -
System Red Green Blue C M Y K H S L
Decimal 66 251 177 0.74 0 0.29 0.02 156 0.96 0.62
Hex 42 FB B1 4A 0 1D 2 9C 60 3E
Octal 102 373 261 112 0 35 2 234 140 76
Binary 1000010 11111011 10110001 1001010 0 11101 10 10011100 1100000 111110

Color Harmonies of #42FBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FBB1

Black with #42FBB1

Text Example


Text Example

White with #42FBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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