Html Css Color HEX #38CEBA Medium Turquoise

📋 copy color: '#38CEBA'

red 56 ◦ green 206 ◦ blue 186

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

Shades of Medium Turquoise #38CEBA

Tints of Medium Turquoise #38CEBA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.98%

 BLUE value IS 186 (73.05% from 255) = 41.52%

R = 12.5%
G = 45.98%
B = 41.52%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#38CEBA (or 0x38CEBA) is known color: Medium Turquoise. HEX triplet: 38, CE and BA. RGB value is (56,206,186). Sum of RGB (Red+Green+Blue) = 56+206+186=448 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.5% from 448); Green value is 206 (80.86% from 255 or 45.98% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 206 - color contains mainly: green. Hex color #38CEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CEBA is #C73145. Grayscale: #9E9E9E. Windows color (decimal): -13054278 or 12242488. OLE color: 12242488.

HSL color Cylindrical-coordinate representation of color #38CEBA: hue angle of 172º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CEBA is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 206 186 -
CMYK 0.73 0 0.10 0.19
HSL 172º 0.6% 0.51% -
HSV(B) 172º 0.73% 0.81% -
XYZ 32.57 48.53 54.1 -
YUV 158.87 143.31 54.63 -
System Red Green Blue C M Y K H S L
Decimal 56 206 186 0.73 0 0.10 0.19 172 0.6 0.51
Hex 38 CE BA 49 0 A 13 AC 3C 33
Octal 70 316 272 111 0 12 23 254 74 63
Binary 111000 11001110 10111010 1001001 0 1010 10011 10101100 111100 110011

Color Harmonies of #38CEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CEBA

Black with #38CEBA

Text Example


Text Example

White with #38CEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,206,186); }

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

background-color css

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

 a { background-color: rgb(56,206,186); }

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

border-color css

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

 span { border-color: rgb(56,206,186); }

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