Html Css Color HEX #42FBE7 Turquoise

📋 copy color: '#42FBE7'

red 66 ◦ green 251 ◦ blue 231

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

Shades of Turquoise #42FBE7

Tints of Turquoise #42FBE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.15%

R = 12.04%
G = 45.8%
B = 42.15%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#42FBE7 (or 0x42FBE7) is known color: Turquoise. HEX triplet: 42, FB and E7. RGB value is (66,251,231). Sum of RGB (Red+Green+Blue) = 66+251+231=548 (72% of max value = 765). Red value is 66 (26.17% from 255 or 12.04% from 548); Green value is 251 (98.44% from 255 or 45.80% from 548); Blue value is 231 (90.62% from 255 or 42.15% from 548); Max value from RGB is 251 - color contains mainly: green. Hex color #42FBE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42FBE7 is #BD0418. Grayscale: #C1C1C1. Windows color (decimal): -12387353 or 15203138. OLE color: 15203138.

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

Color convert

RGB 66 251 231 -
CMYK 0.74 0 0.08 0.02
HSL 173.51º 0.96% 0.62% -
HSV(B) 173.51º 0.74% 0.98% -
XYZ 51.17 75.92 87.56 -
YUV 193.41 149.21 37.13 -
System Red Green Blue C M Y K H S L
Decimal 66 251 231 0.74 0 0.08 0.02 173.51 0.96 0.62
Hex 42 FB E7 4A 0 8 2 AE 60 3E
Octal 102 373 347 112 0 10 2 256 140 76
Binary 1000010 11111011 11100111 1001010 0 1000 10 10101110 1100000 111110

Color Harmonies of #42FBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FBE7

Black with #42FBE7

Text Example


Text Example

White with #42FBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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