Html Css Color HEX #38ECDF Turquoise

📋 copy color: '#38ECDF'

red 56 ◦ green 236 ◦ blue 223

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

Shades of Turquoise #38ECDF

Tints of Turquoise #38ECDF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.83%

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

R = 10.87%
G = 45.83%
B = 43.3%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#38ECDF (or 0x38ECDF) is known color: Turquoise. HEX triplet: 38, EC and DF. RGB value is (56,236,223). Sum of RGB (Red+Green+Blue) = 56+236+223=515 (68% of max value = 765). Red value is 56 (22.27% from 255 or 10.87% from 515); Green value is 236 (92.58% from 255 or 45.83% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 236 - color contains mainly: green. Hex color #38ECDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #38ECDF is #C71320. Grayscale: #B4B4B4. Windows color (decimal): -13046561 or 14675000. OLE color: 14675000.

HSL color Cylindrical-coordinate representation of color #38ECDF: hue angle of 175.67º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38ECDF is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 236 223 -
CMYK 0.76 0 0.06 0.07
HSL 175.67º 0.83% 0.57% -
HSV(B) 175.67º 0.76% 0.93% -
XYZ 44.95 66.16 80.21 -
YUV 180.7 151.87 39.06 -
System Red Green Blue C M Y K H S L
Decimal 56 236 223 0.76 0 0.06 0.07 175.67 0.83 0.57
Hex 38 EC DF 4C 0 6 7 B0 53 39
Octal 70 354 337 114 0 6 7 260 123 71
Binary 111000 11101100 11011111 1001100 0 110 111 10110000 1010011 111001

Color Harmonies of #38ECDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ECDF

Black with #38ECDF

Text Example


Text Example

White with #38ECDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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