Html Css Color HEX #2DD9FA Turquoise

📋 copy color: '#2DD9FA'

red 45 ◦ green 217 ◦ blue 250

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

Shades of Turquoise #2DD9FA

Tints of Turquoise #2DD9FA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.38%

 BLUE value IS 250 (98.05% from 255) = 48.83%

R = 8.79%
G = 42.38%
B = 48.83%

CMYK

 C value IS 0.82

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2DD9FA (or 0x2DD9FA) is known color: Turquoise. HEX triplet: 2D, D9 and FA. RGB value is (45,217,250). Sum of RGB (Red+Green+Blue) = 45+217+250=512 (67% of max value = 765). Red value is 45 (17.97% from 255 or 8.79% from 512); Green value is 217 (85.16% from 255 or 42.38% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #2DD9FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DD9FA is #D22605. Grayscale: #A9A9A9. Windows color (decimal): -13772294 or 16439597. OLE color: 16439597.

HSL color Cylindrical-coordinate representation of color #2DD9FA: hue angle of 189.66º degrees, saturation: 0.95, 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 #2DD9FA is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 45 217 250 -
CMYK 0.82 0.13 0 0.02
HSL 189.66º 0.95% 0.58% -
HSV(B) 189.66º 0.82% 0.98% -
XYZ 43.15 57.09 99.19 -
YUV 169.33 173.52 39.32 -
System Red Green Blue C M Y K H S L
Decimal 45 217 250 0.82 0.13 0 0.02 189.66 0.95 0.58
Hex 2D D9 FA 52 D 0 2 BE 5F 3A
Octal 55 331 372 122 15 0 2 276 137 72
Binary 101101 11011001 11111010 1010010 1101 0 10 10111110 1011111 111010

Color Harmonies of #2DD9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD9FA

Black with #2DD9FA

Text Example


Text Example

White with #2DD9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,217,250); }

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

background-color css

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

 a { background-color: rgb(45,217,250); }

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

border-color css

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

 span { border-color: rgb(45,217,250); }

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