Html Css Color HEX #38CFCE Medium Turquoise

📋 copy color: '#38CFCE'

red 56 ◦ green 207 ◦ blue 206

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

Shades of Medium Turquoise #38CFCE

Tints of Medium Turquoise #38CFCE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.14%

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

R = 11.94%
G = 44.14%
B = 43.92%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#38CFCE (or 0x38CFCE) is known color: Medium Turquoise. HEX triplet: 38, CF and CE. RGB value is (56,207,206). Sum of RGB (Red+Green+Blue) = 56+207+206=469 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.94% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 207 - color contains mainly: green. Hex color #38CFCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CFCE is #C73031. Grayscale: #A1A1A1. Windows color (decimal): -13054002 or 13553464. OLE color: 13553464.

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

Color convert

RGB 56 207 206 -
CMYK 0.73 0 0.00 0.19
HSL 179.6º 0.61% 0.52% -
HSV(B) 179.6º 0.73% 0.81% -
XYZ 35.08 49.92 66.18 -
YUV 161.74 152.97 52.58 -
System Red Green Blue C M Y K H S L
Decimal 56 207 206 0.73 0 0.00 0.19 179.6 0.61 0.52
Hex 38 CF CE 49 0 0 13 B4 3D 34
Octal 70 317 316 111 0 0 23 264 75 64
Binary 111000 11001111 11001110 1001001 0 0 10011 10110100 111101 110100

Color Harmonies of #38CFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CFCE

Black with #38CFCE

Text Example


Text Example

White with #38CFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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