Html Css Color HEX #38E9DB Turquoise

📋 copy color: '#38E9DB'

red 56 ◦ green 233 ◦ blue 219

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

Shades of Turquoise #38E9DB

Tints of Turquoise #38E9DB

RGB

 RED value IS 56 (22.27% from 255) = 11.02%

 GREEN value IS 233 (91.41% from 255) = 45.87%

 BLUE value IS 219 (85.94% from 255) = 43.11%

R = 11.02%
G = 45.87%
B = 43.11%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#38E9DB (or 0x38E9DB) is known color: Turquoise. HEX triplet: 38, E9 and DB. RGB value is (56,233,219). Sum of RGB (Red+Green+Blue) = 56+233+219=508 (67% of max value = 765). Red value is 56 (22.27% from 255 or 11.02% from 508); Green value is 233 (91.41% from 255 or 45.87% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 233 - color contains mainly: green. Hex color #38E9DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38E9DB is #C71624. Grayscale: #B2B2B2. Windows color (decimal): -13047333 or 14412088. OLE color: 14412088.

HSL color Cylindrical-coordinate representation of color #38E9DB: hue angle of 175.25º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E9DB is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 56 233 219 -
CMYK 0.76 0 0.06 0.09
HSL 175.25º 0.8% 0.57% -
HSV(B) 175.25º 0.76% 0.91% -
XYZ 43.56 64.23 77.12 -
YUV 178.48 150.86 40.64 -
System Red Green Blue C M Y K H S L
Decimal 56 233 219 0.76 0 0.06 0.09 175.25 0.8 0.57
Hex 38 E9 DB 4C 0 6 9 AF 50 39
Octal 70 351 333 114 0 6 11 257 120 71
Binary 111000 11101001 11011011 1001100 0 110 1001 10101111 1010000 111001

Color Harmonies of #38E9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E9DB

Black with #38E9DB

Text Example


Text Example

White with #38E9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38E9DB; }

 p { color: rgb(56,233,219); }

 H1.HeaderClassName
 {
   color: #38E9DB;
 }
 .AnyTagClassName
 {
   color: #38E9DB;
 }
</style>

background-color css

<style>
 a { background-color: #38E9DB; }

 a { background-color: rgb(56,233,219); }

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

border-color css

<style>
 span { border-color: #38E9DB; }

 span { border-color: rgb(56,233,219); }

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