Html Css Color HEX #38ECF3 Turquoise

📋 copy color: '#38ECF3'

red 56 ◦ green 236 ◦ blue 243

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

Shades of Turquoise #38ECF3

Tints of Turquoise #38ECF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 45.42%

R = 10.47%
G = 44.11%
B = 45.42%

CMYK

 C value IS 0.77

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#38ECF3 (or 0x38ECF3) is known color: Turquoise. HEX triplet: 38, EC and F3. RGB value is (56,236,243). Sum of RGB (Red+Green+Blue) = 56+236+243=535 (70% of max value = 765). Red value is 56 (22.27% from 255 or 10.47% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 243 (95.31% from 255 or 45.42% from 535); Max value from RGB is 243 - color contains mainly: blue. Hex color #38ECF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38ECF3 is #C7130C. Grayscale: #B6B6B6. Windows color (decimal): -13046541 or 15985720. OLE color: 15985720.

HSL color Cylindrical-coordinate representation of color #38ECF3: hue angle of 182.25º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38ECF3 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 236 243 -
CMYK 0.77 0.03 0 0.05
HSL 182.25º 0.89% 0.59% -
HSV(B) 182.25º 0.77% 0.95% -
XYZ 47.8 67.3 95.27 -
YUV 182.98 161.87 37.43 -
System Red Green Blue C M Y K H S L
Decimal 56 236 243 0.77 0.03 0 0.05 182.25 0.89 0.59
Hex 38 EC F3 4D 3 0 5 B6 59 3B
Octal 70 354 363 115 3 0 5 266 131 73
Binary 111000 11101100 11110011 1001101 11 0 101 10110110 1011001 111011

Color Harmonies of #38ECF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ECF3

Black with #38ECF3

Text Example


Text Example

White with #38ECF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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