Html Css Color HEX #38CEBF Medium Turquoise

📋 copy color: '#38CEBF'

red 56 ◦ green 206 ◦ blue 191

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

Shades of Medium Turquoise #38CEBF

Tints of Medium Turquoise #38CEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.16%

R = 12.36%
G = 45.47%
B = 42.16%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#38CEBF (or 0x38CEBF) is known color: Medium Turquoise. HEX triplet: 38, CE and BF. RGB value is (56,206,191). Sum of RGB (Red+Green+Blue) = 56+206+191=453 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.36% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 206 - color contains mainly: green. Hex color #38CEBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CEBF is #C73140. Grayscale: #9F9F9F. Windows color (decimal): -13054273 or 12570168. OLE color: 12570168.

HSL color Cylindrical-coordinate representation of color #38CEBF: hue angle of 174º 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 #38CEBF is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 206 191 -
CMYK 0.73 0 0.07 0.19
HSL 174º 0.6% 0.51% -
HSV(B) 174º 0.73% 0.81% -
XYZ 33.11 48.74 56.95 -
YUV 159.44 145.81 54.22 -
System Red Green Blue C M Y K H S L
Decimal 56 206 191 0.73 0 0.07 0.19 174 0.6 0.51
Hex 38 CE BF 49 0 7 13 AE 3C 33
Octal 70 316 277 111 0 7 23 256 74 63
Binary 111000 11001110 10111111 1001001 0 111 10011 10101110 111100 110011

Color Harmonies of #38CEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CEBF

Black with #38CEBF

Text Example


Text Example

White with #38CEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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