Html Css Color HEX #38CEDF Medium Turquoise

📋 copy color: '#38CEDF'

red 56 ◦ green 206 ◦ blue 223

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

Shades of Medium Turquoise #38CEDF

Tints of Medium Turquoise #38CEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.98%

R = 11.55%
G = 42.47%
B = 45.98%

CMYK

 C value IS 0.75

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#38CEDF (or 0x38CEDF) is known color: Medium Turquoise. HEX triplet: 38, CE and DF. RGB value is (56,206,223). Sum of RGB (Red+Green+Blue) = 56+206+223=485 (64% of max value = 765). Red value is 56 (22.27% from 255 or 11.55% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #38CEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38CEDF is #C73120. Grayscale: #A2A2A2. Windows color (decimal): -13054241 or 14667320. OLE color: 14667320.

HSL color Cylindrical-coordinate representation of color #38CEDF: hue angle of 186.11º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38CEDF is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 206 223 -
CMYK 0.75 0.08 0 0.13
HSL 186.11º 0.72% 0.55% -
HSV(B) 186.11º 0.75% 0.87% -
XYZ 37.02 50.31 77.57 -
YUV 163.09 161.81 51.62 -
System Red Green Blue C M Y K H S L
Decimal 56 206 223 0.75 0.08 0 0.13 186.11 0.72 0.55
Hex 38 CE DF 4B 8 0 D BA 48 37
Octal 70 316 337 113 10 0 15 272 110 67
Binary 111000 11001110 11011111 1001011 1000 0 1101 10111010 1001000 110111

Color Harmonies of #38CEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CEDF

Black with #38CEDF

Text Example


Text Example

White with #38CEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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