Html Css Color HEX #2BF7DF Turquoise

📋 copy color: '#2BF7DF'

red 43 ◦ green 247 ◦ blue 223

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

Shades of Turquoise #2BF7DF

Tints of Turquoise #2BF7DF

RGB

 RED value IS 43 (17.19% from 255) = 8.38%

 GREEN value IS 247 (96.88% from 255) = 48.15%

 BLUE value IS 223 (87.5% from 255) = 43.47%

R = 8.38%
G = 48.15%
B = 43.47%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#2BF7DF (or 0x2BF7DF) is known color: Turquoise. HEX triplet: 2B, F7 and DF. RGB value is (43,247,223). Sum of RGB (Red+Green+Blue) = 43+247+223=513 (67% of max value = 765). Red value is 43 (17.19% from 255 or 8.38% from 513); Green value is 247 (96.88% from 255 or 48.15% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 247 - color contains mainly: green. Hex color #2BF7DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BF7DF is #D40820. Grayscale: #B7B7B7. Windows color (decimal): -13895713 or 14677803. OLE color: 14677803.

HSL color Cylindrical-coordinate representation of color #2BF7DF: hue angle of 172.94º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BF7DF is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 43 247 223 -
CMYK 0.83 0 0.10 0.03
HSL 172.94º 0.93% 0.57% -
HSV(B) 172.94º 0.83% 0.97% -
XYZ 47.58 72.36 81.27 -
YUV 183.27 150.41 27.95 -
System Red Green Blue C M Y K H S L
Decimal 43 247 223 0.83 0 0.10 0.03 172.94 0.93 0.57
Hex 2B F7 DF 53 0 A 3 AD 5D 39
Octal 53 367 337 123 0 12 3 255 135 71
Binary 101011 11110111 11011111 1010011 0 1010 11 10101101 1011101 111001

Color Harmonies of #2BF7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BF7DF

Black with #2BF7DF

Text Example


Text Example

White with #2BF7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2BF7DF; }

 p { color: rgb(43,247,223); }

 H1.HeaderClassName
 {
   color: #2BF7DF;
 }
 .AnyTagClassName
 {
   color: #2BF7DF;
 }
</style>

background-color css

<style>
 a { background-color: #2BF7DF; }

 a { background-color: rgb(43,247,223); }

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

border-color css

<style>
 span { border-color: #2BF7DF; }

 span { border-color: rgb(43,247,223); }

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