Html Css Color HEX #38F3EE Turquoise

📋 copy color: '#38F3EE'

red 56 ◦ green 243 ◦ blue 238

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

Shades of Turquoise #38F3EE

Tints of Turquoise #38F3EE

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.25%

 BLUE value IS 238 (93.36% from 255) = 44.32%

R = 10.43%
G = 45.25%
B = 44.32%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#38F3EE (or 0x38F3EE) is known color: Turquoise. HEX triplet: 38, F3 and EE. RGB value is (56,243,238). Sum of RGB (Red+Green+Blue) = 56+243+238=537 (71% of max value = 765). Red value is 56 (22.27% from 255 or 10.43% from 537); Green value is 243 (95.31% from 255 or 45.25% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 243 - color contains mainly: green. Hex color #38F3EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38F3EE is #C70C11. Grayscale: #BABABA. Windows color (decimal): -13044754 or 15659832. OLE color: 15659832.

HSL color Cylindrical-coordinate representation of color #38F3EE: hue angle of 178.4º 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 #38F3EE is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 243 238 -
CMYK 0.77 0 0.02 0.05
HSL 178.4º 0.89% 0.59% -
HSV(B) 178.4º 0.77% 0.95% -
XYZ 49.11 71.11 92.03 -
YUV 186.52 157.05 34.91 -
System Red Green Blue C M Y K H S L
Decimal 56 243 238 0.77 0 0.02 0.05 178.4 0.89 0.59
Hex 38 F3 EE 4D 0 2 5 B2 59 3B
Octal 70 363 356 115 0 2 5 262 131 73
Binary 111000 11110011 11101110 1001101 0 10 101 10110010 1011001 111011

Color Harmonies of #38F3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F3EE

Black with #38F3EE

Text Example


Text Example

White with #38F3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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