Html Css Color HEX #2DEBF9 Bright Turquoise

📋 copy color: '#2DEBF9'

red 45 ◦ green 235 ◦ blue 249

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

Shades of Bright Turquoise #2DEBF9

Tints of Bright Turquoise #2DEBF9

RGB

 RED value IS 45 (17.97% from 255) = 8.51%

 GREEN value IS 235 (92.19% from 255) = 44.42%

 BLUE value IS 249 (97.66% from 255) = 47.07%

R = 8.51%
G = 44.42%
B = 47.07%

CMYK

 C value IS 0.82

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2DEBF9 (or 0x2DEBF9) is known color: Bright Turquoise. HEX triplet: 2D, EB and F9. RGB value is (45,235,249). Sum of RGB (Red+Green+Blue) = 45+235+249=529 (70% of max value = 765). Red value is 45 (17.97% from 255 or 8.51% from 529); Green value is 235 (92.19% from 255 or 44.42% from 529); Blue value is 249 (97.66% from 255 or 47.07% from 529); Max value from RGB is 249 - color contains mainly: blue. Hex color #2DEBF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DEBF9 is #D21406. Grayscale: #B3B3B3. Windows color (decimal): -13767687 or 16378669. OLE color: 16378669.

HSL color Cylindrical-coordinate representation of color #2DEBF9: hue angle of 184.12º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DEBF9 is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 45 235 249 -
CMYK 0.82 0.06 0 0.02
HSL 184.12º 0.94% 0.58% -
HSV(B) 184.12º 0.82% 0.98% -
XYZ 47.89 66.81 99.99 -
YUV 179.79 167.05 31.86 -
System Red Green Blue C M Y K H S L
Decimal 45 235 249 0.82 0.06 0 0.02 184.12 0.94 0.58
Hex 2D EB F9 52 6 0 2 B8 5E 3A
Octal 55 353 371 122 6 0 2 270 136 72
Binary 101101 11101011 11111001 1010010 110 0 10 10111000 1011110 111010

Color Harmonies of #2DEBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DEBF9

Black with #2DEBF9

Text Example


Text Example

White with #2DEBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,235,249); }

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

background-color css

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

 a { background-color: rgb(45,235,249); }

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

border-color css

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

 span { border-color: rgb(45,235,249); }

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