Html Css Color HEX #38E8F7 Turquoise

📋 copy color: '#38E8F7'

red 56 ◦ green 232 ◦ blue 247

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

Shades of Turquoise #38E8F7

Tints of Turquoise #38E8F7

RGB

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

 GREEN value IS 232 (91.02% from 255) = 43.36%

 BLUE value IS 247 (96.88% from 255) = 46.17%

R = 10.47%
G = 43.36%
B = 46.17%

CMYK

 C value IS 0.77

 M value IS 0.06

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#38E8F7 (or 0x38E8F7) is known color: Turquoise. HEX triplet: 38, E8 and F7. RGB value is (56,232,247). Sum of RGB (Red+Green+Blue) = 56+232+247=535 (70% of max value = 765). Red value is 56 (22.27% from 255 or 10.47% from 535); Green value is 232 (91.02% from 255 or 43.36% from 535); Blue value is 247 (96.88% from 255 or 46.17% from 535); Max value from RGB is 247 - color contains mainly: blue. Hex color #38E8F7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38E8F7 is #C71708. Grayscale: #B4B4B4. Windows color (decimal): -13047561 or 16246840. OLE color: 16246840.

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

Color convert

RGB 56 232 247 -
CMYK 0.77 0.06 0 0.03
HSL 184.71º 0.92% 0.59% -
HSV(B) 184.71º 0.77% 0.97% -
XYZ 47.28 65.27 98.1 -
YUV 181.09 165.19 38.78 -
System Red Green Blue C M Y K H S L
Decimal 56 232 247 0.77 0.06 0 0.03 184.71 0.92 0.59
Hex 38 E8 F7 4D 6 0 3 B9 5C 3B
Octal 70 350 367 115 6 0 3 271 134 73
Binary 111000 11101000 11110111 1001101 110 0 11 10111001 1011100 111011

Color Harmonies of #38E8F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E8F7

Black with #38E8F7

Text Example


Text Example

White with #38E8F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,232,247); }

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

background-color css

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

 a { background-color: rgb(56,232,247); }

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

border-color css

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

 span { border-color: rgb(56,232,247); }

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