Html Css Color HEX #38ECF0 Turquoise

📋 copy color: '#38ECF0'

red 56 ◦ green 236 ◦ blue 240

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

Shades of Turquoise #38ECF0

Tints of Turquoise #38ECF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 45.11%

R = 10.53%
G = 44.36%
B = 45.11%

CMYK

 C value IS 0.77

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#38ECF0 (or 0x38ECF0) is known color: Turquoise. HEX triplet: 38, EC and F0. RGB value is (56,236,240). Sum of RGB (Red+Green+Blue) = 56+236+240=532 (70% of max value = 765). Red value is 56 (22.27% from 255 or 10.53% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 240 (94.14% from 255 or 45.11% from 532); Max value from RGB is 240 - color contains mainly: blue. Hex color #38ECF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38ECF0 is #C7130F. Grayscale: #B6B6B6. Windows color (decimal): -13046544 or 15789112. OLE color: 15789112.

HSL color Cylindrical-coordinate representation of color #38ECF0: hue angle of 181.3º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38ECF0 is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 56 236 240 -
CMYK 0.77 0.02 0 0.06
HSL 181.3º 0.86% 0.58% -
HSV(B) 181.3º 0.77% 0.94% -
XYZ 47.35 67.12 92.9 -
YUV 182.64 160.37 37.67 -
System Red Green Blue C M Y K H S L
Decimal 56 236 240 0.77 0.02 0 0.06 181.3 0.86 0.58
Hex 38 EC F0 4D 2 0 6 B5 56 3A
Octal 70 354 360 115 2 0 6 265 126 72
Binary 111000 11101100 11110000 1001101 10 0 110 10110101 1010110 111010

Color Harmonies of #38ECF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ECF0

Black with #38ECF0

Text Example


Text Example

White with #38ECF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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