Html Css Color HEX #38C1CE Medium Turquoise

📋 copy color: '#38C1CE'

red 56 ◦ green 193 ◦ blue 206

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

Shades of Medium Turquoise #38C1CE

Tints of Medium Turquoise #38C1CE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.42%

 BLUE value IS 206 (80.86% from 255) = 45.27%

R = 12.31%
G = 42.42%
B = 45.27%

CMYK

 C value IS 0.73

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#38C1CE (or 0x38C1CE) is known color: Medium Turquoise. HEX triplet: 38, C1 and CE. RGB value is (56,193,206). Sum of RGB (Red+Green+Blue) = 56+193+206=455 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.31% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #38C1CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C1CE is #C73E31. Grayscale: #999999. Windows color (decimal): -13057586 or 13549880. OLE color: 13549880.

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

Color convert

RGB 56 193 206 -
CMYK 0.73 0.06 0 0.19
HSL 185.2º 0.6% 0.51% -
HSV(B) 185.2º 0.73% 0.81% -
XYZ 31.84 43.44 65.1 -
YUV 153.52 157.61 58.44 -
System Red Green Blue C M Y K H S L
Decimal 56 193 206 0.73 0.06 0 0.19 185.2 0.6 0.51
Hex 38 C1 CE 49 6 0 13 B9 3C 33
Octal 70 301 316 111 6 0 23 271 74 63
Binary 111000 11000001 11001110 1001001 110 0 10011 10111001 111100 110011

Color Harmonies of #38C1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C1CE

Black with #38C1CE

Text Example


Text Example

White with #38C1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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