Html Css Color HEX #38D0DB Medium Turquoise

📋 copy color: '#38D0DB'

red 56 ◦ green 208 ◦ blue 219

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

Shades of Medium Turquoise #38D0DB

Tints of Medium Turquoise #38D0DB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.06%

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

R = 11.59%
G = 43.06%
B = 45.34%

CMYK

 C value IS 0.74

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#38D0DB (or 0x38D0DB) is known color: Medium Turquoise. HEX triplet: 38, D0 and DB. RGB value is (56,208,219). Sum of RGB (Red+Green+Blue) = 56+208+219=483 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.59% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #38D0DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D0DB is #C72F24. Grayscale: #A3A3A3. Windows color (decimal): -13053733 or 14405688. OLE color: 14405688.

HSL color Cylindrical-coordinate representation of color #38D0DB: hue angle of 184.05º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D0DB is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 208 219 -
CMYK 0.74 0.05 0 0.14
HSL 184.05º 0.69% 0.54% -
HSV(B) 184.05º 0.74% 0.86% -
XYZ 36.97 51.07 74.93 -
YUV 163.81 159.14 51.11 -
System Red Green Blue C M Y K H S L
Decimal 56 208 219 0.74 0.05 0 0.14 184.05 0.69 0.54
Hex 38 D0 DB 4A 5 0 E B8 45 36
Octal 70 320 333 112 5 0 16 270 105 66
Binary 111000 11010000 11011011 1001010 101 0 1110 10111000 1000101 110110

Color Harmonies of #38D0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D0DB

Black with #38D0DB

Text Example


Text Example

White with #38D0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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