Html Css Color HEX #38C9DB Medium Turquoise

📋 copy color: '#38C9DB'

red 56 ◦ green 201 ◦ blue 219

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

Shades of Medium Turquoise #38C9DB

Tints of Medium Turquoise #38C9DB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.23%

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

R = 11.76%
G = 42.23%
B = 46.01%

CMYK

 C value IS 0.74

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#38C9DB (or 0x38C9DB) is known color: Medium Turquoise. HEX triplet: 38, C9 and DB. RGB value is (56,201,219). Sum of RGB (Red+Green+Blue) = 56+201+219=476 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.76% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #38C9DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C9DB is #C73624. Grayscale: #9F9F9F. Windows color (decimal): -13055525 or 14403896. OLE color: 14403896.

HSL color Cylindrical-coordinate representation of color #38C9DB: hue angle of 186.63º 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 #38C9DB is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 201 219 -
CMYK 0.74 0.08 0 0.14
HSL 186.63º 0.69% 0.54% -
HSV(B) 186.63º 0.74% 0.86% -
XYZ 35.3 47.73 74.37 -
YUV 159.7 161.46 54.04 -
System Red Green Blue C M Y K H S L
Decimal 56 201 219 0.74 0.08 0 0.14 186.63 0.69 0.54
Hex 38 C9 DB 4A 8 0 E BB 45 36
Octal 70 311 333 112 10 0 16 273 105 66
Binary 111000 11001001 11011011 1001010 1000 0 1110 10111011 1000101 110110

Color Harmonies of #38C9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C9DB

Black with #38C9DB

Text Example


Text Example

White with #38C9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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