Html Css Color HEX #38CECB Medium Turquoise

📋 copy color: '#38CECB'

red 56 ◦ green 206 ◦ blue 203

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

Shades of Medium Turquoise #38CECB

Tints of Medium Turquoise #38CECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.66%

R = 12.04%
G = 44.3%
B = 43.66%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#38CECB (or 0x38CECB) is known color: Medium Turquoise. HEX triplet: 38, CE and CB. RGB value is (56,206,203). Sum of RGB (Red+Green+Blue) = 56+206+203=465 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.04% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 206 - color contains mainly: green. Hex color #38CECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CECB is #C73134. Grayscale: #A0A0A0. Windows color (decimal): -13054261 or 13356600. OLE color: 13356600.

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

Color convert

RGB 56 206 203 -
CMYK 0.73 0 0.01 0.19
HSL 178.8º 0.6% 0.51% -
HSV(B) 178.8º 0.73% 0.81% -
XYZ 34.48 49.3 64.2 -
YUV 160.81 151.81 53.24 -
System Red Green Blue C M Y K H S L
Decimal 56 206 203 0.73 0 0.01 0.19 178.8 0.6 0.51
Hex 38 CE CB 49 0 1 13 B3 3C 33
Octal 70 316 313 111 0 1 23 263 74 63
Binary 111000 11001110 11001011 1001001 0 1 10011 10110011 111100 110011

Color Harmonies of #38CECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CECB

Black with #38CECB

Text Example


Text Example

White with #38CECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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