Html Css Color HEX #2DDFF0 Turquoise

📋 copy color: '#2DDFF0'

red 45 ◦ green 223 ◦ blue 240

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

Shades of Turquoise #2DDFF0

Tints of Turquoise #2DDFF0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.9%

 BLUE value IS 240 (94.14% from 255) = 47.24%

R = 8.86%
G = 43.9%
B = 47.24%

CMYK

 C value IS 0.81

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2DDFF0 (or 0x2DDFF0) is known color: Turquoise. HEX triplet: 2D, DF and F0. RGB value is (45,223,240). Sum of RGB (Red+Green+Blue) = 45+223+240=508 (67% of max value = 765). Red value is 45 (17.97% from 255 or 8.86% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 240 (94.14% from 255 or 47.24% from 508); Max value from RGB is 240 - color contains mainly: blue. Hex color #2DDFF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DDFF0 is #D2200F. Grayscale: #ABABAB. Windows color (decimal): -13770768 or 15785773. OLE color: 15785773.

HSL color Cylindrical-coordinate representation of color #2DDFF0: hue angle of 185.23º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DDFF0 is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 45 223 240 -
CMYK 0.81 0.07 0 0.06
HSL 185.23º 0.87% 0.56% -
HSV(B) 185.23º 0.81% 0.94% -
XYZ 43.2 59.62 91.67 -
YUV 171.72 166.53 37.62 -
System Red Green Blue C M Y K H S L
Decimal 45 223 240 0.81 0.07 0 0.06 185.23 0.87 0.56
Hex 2D DF F0 51 7 0 6 B9 57 38
Octal 55 337 360 121 7 0 6 271 127 70
Binary 101101 11011111 11110000 1010001 111 0 110 10111001 1010111 111000

Color Harmonies of #2DDFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDFF0

Black with #2DDFF0

Text Example


Text Example

White with #2DDFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,223,240); }

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

background-color css

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

 a { background-color: rgb(45,223,240); }

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

border-color css

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

 span { border-color: rgb(45,223,240); }

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